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 22
22
SOFTWARE.
23
23
'''
24
24
25
- __version__ = '1.3.2 '
25
+ __version__ = '1.3.3 '
26
26
27
27
import discord
28
28
from discord .ext import commands
@@ -216,7 +216,8 @@ def help_embed(self, prefix):
216
216
f'`{ prefix } unblock` - Unblocks a user from using modmail.\n ' \
217
217
f'`{ prefix } snippets` - See a list of snippets that are currently configured.\n ' \
218
218
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 '
220
221
221
222
warn = 'This bot saves no data and utilises channel topics for tracking and relaying messages.' \
222
223
' 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