From f5462da4b49e4ffbdd07d1cf459c8329bc24f5a8 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 5 May 2020 17:06:30 +0200 Subject: [PATCH] correction last --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):