aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin.py b/modules/admin.py
index c07b594..ee67aa7 100644
--- a/modules/admin.py
+++ b/modules/admin.py
@@ -73,7 +73,7 @@ async def handle_eval(message: discord.Message, client: discord.Client, to_eval:
description="📥 Evaluation success: ```py\n%r\n```" % result))
-class AdminCog(commands.Cog, object):
+class AdminCog(commands.Cog):
def __init__(self, bot: commands.Bot):
self.bot: commands.Bot = bot