[SCP] Remove double setup

This commit is contained in:
Kreusada 2021-04-15 13:59:19 +01:00 committed by GitHub
parent 28edcc1fdd
commit f04ff6886b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))