Merge pull request #178 from Kreusada/patch-1

[SCP] Remove double setup
pull/179/head
bobloy 4 years ago committed by GitHub
commit 184833421a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,3 @@ class SCP(Cog):
msg = "http://www.scp-wiki.net/log-of-unexplained-locations" msg = "http://www.scp-wiki.net/log-of-unexplained-locations"
await ctx.maybe_send_embed(msg) await ctx.maybe_send_embed(msg)
def setup(bot):
bot.add_cog(SCP(bot))

Loading…
Cancel
Save