diff --git a/cogs/memes.py b/cogs/memes.py index 5cfebc48..896e808c 100644 --- a/cogs/memes.py +++ b/cogs/memes.py @@ -683,7 +683,7 @@ async def flushed(self, ctx: KurisuContext, sample: commands.Range[int, 1, 10] = self.flushedhalf2, self.flushedroulette, self.flushedcushion, self.flushedcrush, self.isforme2, self.isforme3, self.flushed5] - await ctx.send(' '.join(map(str, random.choices(flushed_list, k=sample)))) + await ctx.send(' '.join(map(str, random.choices(flushed_list, k=sample)))) @commands.command(hidden=True, aliases=["freeshop", "3hs"]) async def hshop(self, ctx: KurisuContext):