From 9f94be1e3584155fbe670f6581e296b37c31d1d2 Mon Sep 17 00:00:00 2001 From: Matt C Date: Wed, 22 Dec 2021 11:18:45 -0500 Subject: [PATCH] o h --- cogs/debug.py | 1 - util_functions.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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-------------->