mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Co-authored-by: Lioness100 <jchickmm2@gmail.com> Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -362,7 +362,7 @@ class Alias(commands.Cog):
|
||||
try:
|
||||
if await self._aliases.edit_alias(ctx, alias_name, command):
|
||||
await ctx.send(
|
||||
_("The alias with the trigger `{name}` has been edited sucessfully.").format(
|
||||
_("The alias with the trigger `{name}` has been edited successfully.").format(
|
||||
name=alias_name
|
||||
)
|
||||
)
|
||||
@@ -395,7 +395,7 @@ class Alias(commands.Cog):
|
||||
try:
|
||||
if await self._aliases.edit_alias(ctx, alias_name, command, global_=True):
|
||||
await ctx.send(
|
||||
_("The alias with the trigger `{name}` has been edited sucessfully.").format(
|
||||
_("The alias with the trigger `{name}` has been edited successfully.").format(
|
||||
name=alias_name
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user