File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ def help_embed(self):
137
137
em .set_author (name = 'Mod Mail - Help' , icon_url = self .user .avatar_url )
138
138
em .description = 'This bot is a python implementation of a stateless "Mod Mail" bot. ' \
139
139
'Made by verixx and improved by the suggestions of others. This bot ' \
140
- 'saves no data and utilises channel topics for storage and syncing.'
140
+ 'saves no data and utilises channel topics for storage and syncing.'
141
+
141
142
142
143
cmds = '`m.setup [modrole] <- (optional)` - Command that sets up the bot.\n ' \
143
144
'`m.reply <message...>` - Sends a message to the current thread\' s recipient.\n ' \
@@ -148,6 +149,7 @@ def help_embed(self):
148
149
'Modifying the channel topic will also break the system.'
149
150
em .add_field (name = 'Commands' , value = cmds )
150
151
em .add_field (name = 'Warning' , value = warn )
152
+ em .add_field (name = 'Github' , value = 'https://github.com/verixx/modmail' )
151
153
152
154
return em
153
155
You can’t perform that action at this time.
0 commit comments