Add twitch setup methods.

This commit is contained in:
2026-05-31 06:22:40 +10:00
parent b188abcad0
commit 6824e92577
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from .. import logger
async def setup(bot):
from .component import CustomCmdComponent
await bot.add_component(CustomCmdComponent(bot))