Skip to content

Commit cfded2d

Browse files
committed
add update command in help message
1 parent 08f9a57 commit cfded2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25-
__version__ = '1.3.2'
25+
__version__ = '1.3.3'
2626

2727
import discord
2828
from discord.ext import commands
@@ -216,7 +216,8 @@ def help_embed(self, prefix):
216216
f'`{prefix}unblock` - Unblocks a user from using modmail.\n' \
217217
f'`{prefix}snippets` - See a list of snippets that are currently configured.\n' \
218218
f'`{prefix}customstatus` - Sets the Bot status to whatever you want.\n' \
219-
f'`{prefix}disable` - Closes all threads and disables modmail for the server.\n'
219+
f'`{prefix}disable` - Closes all threads and disables modmail for the server.\n' \
220+
f'`{prefix}update` - Checks for a new version and updates the bot.\n'
220221

221222
warn = 'This bot saves no data and utilises channel topics for tracking and relaying messages.' \
222223
' Therefore do not manually delete the category or channels as it will break the system. ' \

0 commit comments

Comments
 (0)