Update koans submodule.

This commit is contained in:
2025-09-03 23:43:54 +10:00
parent 44430079b0
commit 1ff1ab5131
2 changed files with 3 additions and 1 deletions

View File

@@ -7,3 +7,5 @@ if TYPE_CHECKING:
async def twitch_setup(bot: 'Bot'):
from . import profiles
await profiles.twitch_setup(bot)
from . import koans
await koans.twitch_setup(bot)