Skip to content

Commit 367356a

Browse files
committed
Merge branch 'modmail-api' of https://github.com/verixx/modmail into modmail-api
2 parents 30d55ca + f5dc6a1 commit 367356a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you are keen to stay updated with the latest features then follow the updatin
7777
| status | Set a custom playing status for the bot. |
7878
| ping | Pong! Returns your websocket latency. |
7979
| eval | Evaluates python code (Bot owner only) |
80-
| config | Manually hange configuration for the bot. |
80+
| config | Manually change configuration for the bot. |
8181

8282
## Features
8383

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)