From 053a725c4cf79c40f9e416451d6a0b63405abd05 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 5 May 2020 17:04:44 +0200 Subject: [PATCH] add command 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 d785c9d..7498625 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):