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