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