Skip to content

Commit 345c8d8

Browse files
committed
Increment version
1 parent e04d163 commit 345c8d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
class Modmail(commands.Bot):
4444

45-
version = '1.1.4'
45+
version = '1.1.5'
4646

4747
def __init__(self):
4848
super().__init__(command_prefix=self.get_pre)
@@ -171,6 +171,7 @@ def help_embed(self, prefix):
171171
'Made by kyb3r and improved by the suggestions of others.'
172172

173173
cmds = f'`{prefix}setup` - Sets up the categories that will be used by the bot.\n' \
174+
f'`{prefix}about` - Shows general information about the bot.\n' \
174175
f'`{prefix}contact` - Allows a moderator to initiate a thread with a given recipient.\n' \
175176
f'`{prefix}reply <message...>` - Sends a message to the current thread\'s recipient.\n' \
176177
f'`{prefix}close` - Closes the current thread and deletes the channel.\n' \

0 commit comments

Comments
 (0)