feat (reminders): Add simple twitch reminders.
This commit is contained in:
8
src/modules/twreminders/__init__.py
Normal file
8
src/modules/twreminders/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .cog import ReminderCog
|
||||
|
||||
async def setup(bot):
|
||||
bot.add_cog(ReminderCog(bot))
|
||||
Reference in New Issue
Block a user