Skip to content

Commit 74702ec

Browse files
committed
Update bot.py
1 parent 9d2096d commit 74702ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ async def about(self, ctx):
337337

338338
@commands.command()
339339
async def update(self, ctx):
340+
'''Updates the bot, this only works with heroku users.'''
340341
allowed = [int(x) for x in self.config.get('OWNERS', '').split(',')]
341342

342343
if ctx.author.id not in allowed:

0 commit comments

Comments
 (0)