diff --git a/koans/twitch/component.py b/koans/twitch/component.py index e32b34c..bf4d044 100644 --- a/koans/twitch/component.py +++ b/koans/twitch/component.py @@ -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: