1
0
Fork 0
mirror of synced 2024-09-29 08:51:53 +13:00

Modifying setup

This commit is contained in:
Phxntxm 2016-08-13 21:24:19 -05:00
parent 1bb4c96fae
commit a38c03c2f3

View file

@ -9,6 +9,7 @@ import json
getter = re.compile(r'`(?!`)(.*?)`')
multi = re.compile(r'```(.*?)```', re.DOTALL)
def setup(bot):
bot.add_cog(Strawpoll(bot))