Skip to content

Commit

Permalink
👽 fix(ban): new gif links & remove baldban
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeris1One committed Nov 1, 2023
1 parent 27ea284 commit 2cef6b6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 32 deletions.
2 changes: 1 addition & 1 deletion plugins/ban/events/autoban.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.autoban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/CompleteLeafyAardwolf-size_restricted.gif"
"https://tenor.com/view/seriously-facepalm-fml-crazy-head-bang-gif-16492152"
)
return True

Expand Down
25 changes: 0 additions & 25 deletions plugins/ban/events/baldban.py

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/ban/events/bothban.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.bothban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/BackInsignificantAfricanaugurbuzzard-size_restricted.gif"
"https://tenor.com/view/max-fosh-uno-reverse-uno-uno-reverse-card-football-gif-15997104819716648222"
)
return
else:
Expand All @@ -35,5 +35,5 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.ban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/PepperyEminentIndianspinyloach-size_restricted.gif"
"https://tenor.com/view/bongocat-banhammer-ban-hammer-bongo-gif-18219363"
)
2 changes: 1 addition & 1 deletion plugins/ban/events/just_a_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.ban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/PepperyEminentIndianspinyloach-size_restricted.gif"
"https://tenor.com/view/bongocat-banhammer-ban-hammer-bongo-gif-18219363"
)
4 changes: 2 additions & 2 deletions plugins/ban/events/reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.selfban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/BackInsignificantAfricanaugurbuzzard-size_restricted.gif"
"https://tenor.com/view/self-ban-brooklyn99-brooklyn-nine-nine-pepperdrop-ban-gif-25644700"
)
else:
# fallback to a normal ban
Expand All @@ -35,5 +35,5 @@ async def execute(
msg = await ctx.bot._(ctx.channel, f"ban.gunivers.ban.{choice}")
await ctx.send(msg.format(ctx.author.mention, user.mention))
await ctx.send(
"https://thumbs.gfycat.com/PepperyEminentIndianspinyloach-size_restricted.gif"
"https://tenor.com/view/bongocat-banhammer-ban-hammer-bongo-gif-18219363"
)
2 changes: 1 addition & 1 deletion plugins/ban/events/rickroll.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ async def execute(
"Never gonna give you up,\nnever gonna let you down,\nnever gonna run around and ban you :musical_note:" # pylint: disable=line-too-long
)
await ctx.send(
"https://thumbs.gfycat.com/VengefulDesertedHalibut-size_restricted.gif"
"https://tenor.com/view/rickroll-roll-rick-never-gonna-give-you-up-never-gonna-gif-22954713"
)
return

0 comments on commit 2cef6b6

Please sign in to comment.