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

8 lines
128 B
Python
Raw Normal View History

2019-06-21 04:48:36 +12:00
from .events import Events
2019-06-21 04:48:36 +12:00
def setup(bot):
n = Events(bot)
bot.add_cog(n)
bot.loop.create_task(n.update_events())