diff --git a/cogs/strawpoll.py b/cogs/strawpoll.py index 4a0c122..5b6062d 100644 --- a/cogs/strawpoll.py +++ b/cogs/strawpoll.py @@ -6,13 +6,13 @@ from .utils import checks import re import json +def setup(bot): + bot.add_cog(Strawpoll(bot)) + getter = re.compile(r'`(?!`)(.*?)`') multi = re.compile(r'```(.*?)```', re.DOTALL) -def setup(bot): - bot.add_cog(Strawpoll(bot)) - class Strawpoll: """This class is used to create new strawpoll """