(twitch): Fix typo in koan.

This commit is contained in:
2025-09-04 03:32:49 +10:00
parent 3a7c2ba9d3
commit 9cedd88405

View File

@@ -135,7 +135,7 @@ class KoanComponent(cmds.Component):
if not koan:
await ctx.reply(f"Koan #{label} does not exist!")
else:
koans = await self.koan.get_community_koans(communityid=cid)
koans = await self.koans.get_community_koans(communityid=cid)
if koans:
koan = random.choice(koans)
else: