pull/1/head
Matt C 3 years ago
parent 1945b3199f
commit 9f94be1e35

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

@ -31,7 +31,7 @@ DEFAULT_STATUS_TEXT = confmgr.get("DEFAULT_STATUS_TEXT")
UNLOAD_COGS = confmgr.getaslist("UNLOAD_COGS")
OWNER = confmgr.get("OWNER")
OWNER = confmgr.getasint("OWNER")
# <-------------- End --------------------->
# <--------------Colors Start-------------->

Loading…
Cancel
Save