Skip to content

Commit 980097a

Browse files
authored
Update bot.py
1 parent 0687f53 commit 980097a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def help_embed(self):
137137
em.set_author(name='Mod Mail - Help', icon_url=self.user.avatar_url)
138138
em.description = 'This bot is a python implementation of a stateless "Mod Mail" bot. ' \
139139
'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+
141142

142143
cmds = '`m.setup [modrole] <- (optional)` - Command that sets up the bot.\n' \
143144
'`m.reply <message...>` - Sends a message to the current thread\'s recipient.\n' \
@@ -148,6 +149,7 @@ def help_embed(self):
148149
'Modifying the channel topic will also break the system.'
149150
em.add_field(name='Commands', value=cmds)
150151
em.add_field(name='Warning', value=warn)
152+
em.add_field(name='Github', value='https://github.com/verixx/modmail')
151153

152154
return em
153155

0 commit comments

Comments
 (0)