Skip to content

Commit

Permalink
apparently, indents matter
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jul 17, 2023
1 parent 3d71f7c commit 8cc1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ async def themoreyouknow(self, ctx: KurisuContext):
async def animalalert(self, ctx: KurisuContext):
"""stop! animal time."""
if ctx.channel.id == 1130632654857973861:
await ctx.send(ctx, "excuse me <@&575940388452433940>, it is time for animal",
await ctx.send(ctx, "excuse me <@&575940388452433940>, it is time for animal",
allowed_mentions=discord.AllowedMentions(roles=True))
else ctx.send(ctx, "� You can't do this here.")

Expand Down

0 comments on commit 8cc1d03

Please sign in to comment.