File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
43
43
class Modmail (commands .Bot ):
44
44
45
- version = '1.1.4 '
45
+ version = '1.1.5 '
46
46
47
47
def __init__ (self ):
48
48
super ().__init__ (command_prefix = self .get_pre )
@@ -171,6 +171,7 @@ def help_embed(self, prefix):
171
171
'Made by kyb3r and improved by the suggestions of others.'
172
172
173
173
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 ' \
174
175
f'`{ prefix } contact` - Allows a moderator to initiate a thread with a given recipient.\n ' \
175
176
f'`{ prefix } reply <message...>` - Sends a message to the current thread\' s recipient.\n ' \
176
177
f'`{ prefix } close` - Closes the current thread and deletes the channel.\n ' \
You can’t perform that action at this time.
0 commit comments