Hangman

This commit is contained in:
NikolajDanger
2020-08-08 19:13:43 +02:00
parent 1490cf81eb
commit 2daefb9585
15 changed files with 225 additions and 71 deletions

View File

@@ -35,7 +35,7 @@ class MiscCog(commands.Cog):
logThis(content,str("Logged by "+ctx.message.author.display_name))
# Restarts the bot
@commands.command(hidden = True)
@commands.command(hidden = True,aliases=["stop"])
async def restart(self, ctx):
if "#"+str(ctx.message.author.id) in ["#266269899859427329", "#380732645602230272"]:
await ctx.send("Pulling git repo and restarting...")