diff --git a/cogs/debug.py b/cogs/debug.py index 6e15e7a..c1206f6 100644 --- a/cogs/debug.py +++ b/cogs/debug.py @@ -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)""" diff --git a/util_functions.py b/util_functions.py index f960cb7..2ecd92c 100644 --- a/util_functions.py +++ b/util_functions.py @@ -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-------------->