Skip to content

Commit

Permalink
doctor, will this work? (2)
Browse files Browse the repository at this point in the history
Update memes.py

is != is not

maybe swapping the order will help

a step in the right direction

is this what it wants?

apparently, indents matter

doctor, will this work?

i have no idea!

eip and the whitespace saga (98)

eip and the whitespace saga (97)
  • Loading branch information
eip618 committed Jul 18, 2023
1 parent 846eff5 commit 36fbf62
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,17 +519,13 @@ async def themoreyouknow(self, ctx: KurisuContext):

@commands.command(hidden=True)
@commands.cooldown(rate=1, per=300.0, type=commands.BucketType.default)
async def cadealert(self, ctx: KurisuContext):
"""stop! cade time."""
await self._meme(ctx, "excuse me <@&575940388452433940>, it is time for cade",
allowed_mentions=discord.AllowedMentions(roles=True))

@commands.command(hidden=True)
@commands.cooldown(rate=1, per=300.0, type=commands.BucketType.channel)
async def birbalert(self, ctx: KurisuContext):
"""stop! birb time."""
await self._meme(ctx, "excuse me <@&805294876673572884>, it is time for birb",
allowed_mentions=discord.AllowedMentions(roles=True))
async def animalalert(self, ctx: KurisuContext):
"""stop! animal time."""
if ctx.channel.id != 1130632654857973861:
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))

@is_staff("OP")
@commands.guild_only()
Expand Down

0 comments on commit 36fbf62

Please sign in to comment.