From f04ff6886b2382a59ea19d187611b6ae25768abe Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Thu, 15 Apr 2021 13:59:19 +0100 Subject: [PATCH] [SCP] Remove double setup --- scp/scp.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scp/scp.py b/scp/scp.py index 3b4176c..d564d4c 100644 --- a/scp/scp.py +++ b/scp/scp.py @@ -177,7 +177,3 @@ class SCP(Cog): msg = "http://www.scp-wiki.net/log-of-unexplained-locations" await ctx.maybe_send_embed(msg) - - -def setup(bot): - bot.add_cog(SCP(bot))