1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-08-13 20:49:58 -05:00
parent 10a1c87e0e
commit 80ff6b31be

View file

@ -63,5 +63,5 @@ class Strawpoll:
data = await response.json()
await self.bot.say("Link for your new strawpoll: https://strawpoll.me/{}".format(data['id']))
def setup(bot)
def setup(bot):
bot.add_cog(Strawpoll(bot))