Skip to content

Commit f5dc6a1

Browse files
authored
Fix color code
1 parent a7e2cdf commit f5dc6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def format_not_found(self, ctx, command):
111111
prefix = ctx.prefix
112112
em = discord.Embed()
113113
em.title = 'Could not find a cog or command by that name.'
114-
em.color = discord.Color.green()
114+
em.color = discord.Color.red()
115115
em.set_footer(text=f'Type {prefix}help to get a full list of commands.')
116116
cogs = get_close_matches(command, self.bot.cogs.keys())
117117
cmds = get_close_matches(command, self.bot.all_commands.keys())

0 commit comments

Comments
 (0)