diff --git a/plugins/ban/ban.py b/plugins/ban/ban.py index d83bb6e6..8fdaa074 100644 --- a/plugins/ban/ban.py +++ b/plugins/ban/ban.py @@ -126,7 +126,7 @@ async def ban( ) else: await ctx.send(f"{user} a bien été banni !") - await ctx.send("https://thumbs.gfycat.com/LikelyColdBasil-small.gif") + await ctx.send("https://media.tenor.com/d0VNnBZkSUkAAAAM/bongocat-banhammer.gif") return # Friendly ban if the guild is in the config @@ -187,7 +187,7 @@ async def rban( ) else: await ctx.send(f"{user} a bien été banni !") - await ctx.send("https://thumbs.gfycat.com/LikelyColdBasil-small.gif") + await ctx.send("https://media.tenor.com/d0VNnBZkSUkAAAAM/bongocat-banhammer.gif") def load_friendly_ban(self): """Loads configuration and events for the friendly ban command""" diff --git a/plugins/misc/misc.py b/plugins/misc/misc.py index 6edd1702..fe78fa2e 100644 --- a/plugins/misc/misc.py +++ b/plugins/misc/misc.py @@ -277,7 +277,7 @@ async def kill(self, ctx: MyContext, *, target: str = None): msg = await self.bot._(ctx.channel, f"misc.kills.{choice}") tries += 1 - footer = self.bot._(ctx.channel, "misc.kills.footer") + footer = await self.bot._(ctx.channel, "misc.kills.footer") # Building the result message embed = discord.Embed(