Initial merger with Twitch interface.
This commit is contained in:
9
src/modules/nowdoing/__init__.py
Normal file
9
src/modules/nowdoing/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .cog import NowDoingCog
|
||||
|
||||
def prepare(bot):
|
||||
logger.info("Preparing the nowdoing module.")
|
||||
bot.add_cog(NowDoingCog(bot))
|
||||
Reference in New Issue
Block a user