We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2096d commit 74702ecCopy full SHA for 74702ec
bot.py
@@ -337,6 +337,7 @@ async def about(self, ctx):
337
338
@commands.command()
339
async def update(self, ctx):
340
+ '''Updates the bot, this only works with heroku users.'''
341
allowed = [int(x) for x in self.config.get('OWNERS', '').split(',')]
342
343
if ctx.author.id not in allowed:
0 commit comments