Skip to content

Commit 25cba86

Browse files
committed
Edit error message
1 parent ed0631c commit 25cba86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ async def autotrigger_add(self, ctx, keyword, *, command):
17711771
embed = discord.Embed(
17721772
title="Error",
17731773
color=self.bot.error_color,
1774-
description="Invalid command. Note that autotriggers do not work with aliases.",
1774+
description="Invalid command. Please provide a valid command or alias.",
17751775
)
17761776

17771777
await ctx.send(embed=embed)
@@ -1812,7 +1812,7 @@ async def autotrigger_edit(self, ctx, keyword, *, command):
18121812
embed = discord.Embed(
18131813
title="Error",
18141814
color=self.bot.error_color,
1815-
description="Invalid command. Note that autotriggers do not work with aliases.",
1815+
description="Invalid command. Please provide a valid command or alias.",
18161816
)
18171817

18181818
await ctx.send(embed=embed)

0 commit comments

Comments
 (0)