From 9cedd88405d18b86389b46d3e605ae336d38633f Mon Sep 17 00:00:00 2001 From: Interitio Date: Thu, 4 Sep 2025 03:32:49 +1000 Subject: [PATCH] (twitch): Fix typo in koan. --- koans/twitch/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: