File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222SOFTWARE.
2323'''
2424
25- __version__ = '1.3.2 '
25+ __version__ = '1.3.3 '
2626
2727import discord
2828from 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. ' \
You can’t perform that action at this time.
0 commit comments