1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

"Folder rename"

This commit is contained in:
Myned 2017-09-24 11:32:35 -04:00
parent 49fcdad56e
commit ec927178b6
12 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ async def on_ready():
print('-------') print('-------')
# Close connection to Discord - immediate offline # Close connection to Discord - immediate offline
@bot.command(name=',die', aliases=[',d', ',close', ',kill'], brief='Kills the bot', description='BOT OWNER ONLY\nCloses the connections to Discord', hidden=True) @bot.command(name=',die', aliases=[',d', ',close', ',kill'], brief='Kills the bot', description='BOT OWNER ONLY\nCloses the connection to Discord', hidden=True)
@checks.del_ctx() @checks.del_ctx()
@commands.is_owner() @commands.is_owner()
async def die(ctx): async def die(ctx):