correction last
This commit is contained in:
parent
053a725c4c
commit
f5462da4b4
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue