diff --git a/cogs/memes.py b/cogs/memes.py index 8af28b049..5495fcd39 100644 --- a/cogs/memes.py +++ b/cogs/memes.py @@ -525,7 +525,7 @@ async def animalalert(self, ctx: KurisuContext): await ctx.send("💢 You can't do this here.") else: await self._meme(ctx, "excuse me <@&575940388452433940>, it is time for animal", - allowed_mentions=discord.AllowedMentions(roles=True)) + allowed_mentions=discord.AllowedMentions(roles=True)) @is_staff("OP") @commands.guild_only()