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

9 lines
162 B
Python
Raw Normal View History

from .reactpoll import ReactPoll
__red_end_user_data_statement__ = "This cog won't store user data."
2021-02-06 21:42:47 +13:00
def setup(bot):
n = ReactPoll(bot)
bot.add_cog(n)