Update hyperfocus module pointer.

This commit is contained in:
2025-11-01 05:29:16 +10:00
parent cb2b97e6ca
commit 80af22f528
2 changed files with 3 additions and 2 deletions

View File

@@ -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)