Add Twitch exec component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from .. import logger
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .component import ExecComponent
|
||||
|
||||
await bot.add_component(ExecComponent(bot))
|
||||
|
||||
Reference in New Issue
Block a user