diff --git a/cogs/memes.py b/cogs/memes.py index 72946a9a3..cb45e82fe 100644 --- a/cogs/memes.py +++ b/cogs/memes.py @@ -703,8 +703,7 @@ async def fr(self, ctx: KurisuContext, sample: commands.Range[int, 1, 15] = 1): "no cap", "tea", "spill the tea", "iykyk", "jit", "highkey lowkey", "rizz", "W", "L", - "rizzler", "glow up tbh", "sigma chad", - "gyat", "it's giving", "IT'S GIVING FR", + "rizzler", "glow up tbh", "sigma chad", "gyat", "it's giving", "IT'S GIVING FR", "gyatt", "fanum tax", "skibidi toilet", "skibidi", "sheesh", "sigma grindset", "only in ohio"] await ctx.send(' '.join(random.choices(zoomer_list, k=sample)))