1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Added the : after the method name...again

This commit is contained in:
Phxntxm 2016-07-10 10:24:55 -05:00
parent bce0df2441
commit b237985a75

View file

@ -58,5 +58,5 @@ class Twitch:
await bot.say("I do not have your twitch URL added {}".format(ctx.message.author.mention))
config.closeConnection()
def setup(bot)
def setup(bot):
bot.add_cog(Twitch(bot))