|
|
@ -53,7 +53,6 @@ class Debug(commands.Cog):
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
await ctx.send(embed=errmsg("Oops", wrongperms("restart")))
|
|
|
|
await ctx.send(embed=errmsg("Oops", wrongperms("restart")))
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: Move to admin file?
|
|
|
|
|
|
|
|
@commands.command()
|
|
|
|
@commands.command()
|
|
|
|
async def update(self, ctx):
|
|
|
|
async def update(self, ctx):
|
|
|
|
"""Update bot from Git, and restart (Mod. only)"""
|
|
|
|
"""Update bot from Git, and restart (Mod. only)"""
|
|
|
|