Brandon209-Red-bot-Cogs/reactpoll/__init__.py

7 lines
93 B
Python
Raw Normal View History

from .reactpoll import ReactPoll
def setup(bot):
n = ReactPoll(bot)
bot.add_cog(n)