diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 7498625..8a4cbe6 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -117,7 +117,7 @@ class Mybot(commands.Cog): async def last(self, ctx, number = 1): number = int(number) for sound in self.sounds_history[0:number]: - await ctx.channel.send(```sound[0]```) + await ctx.channel.send("```"+sound[0]+"```") @commands.command(help='count lines numbers in quote file') async def lines(self, ctx):