generated from HoloTech/twitch-bot-template
Update hyperfocus module pointer.
This commit is contained in:
@@ -5,7 +5,8 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
|
|
||||||
async def twitch_setup(bot: "Bot"):
|
async def twitch_setup(bot: "Bot"):
|
||||||
from . import profiles, exec
|
from . import profiles, exec, hyperfocus
|
||||||
|
|
||||||
await profiles.twitch_setup(bot)
|
await profiles.twitch_setup(bot)
|
||||||
await exec.twitch_setup(bot)
|
await exec.twitch_setup(bot)
|
||||||
|
await hyperfocus.twitch_setup(bot)
|
||||||
|
|||||||
Submodule src/modules/hyperfocus updated: 61076ce933...82b78924a0
Reference in New Issue
Block a user