fix repeat cmd
This commit is contained in:
parent
f9e36be6a6
commit
fb6b265d06
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Mybot(commands.Cog):
|
|||
#if ctx.message.author.name == self.bot.user.name:
|
||||
# return
|
||||
user = ctx.message.author.name
|
||||
source = ctx.message.content
|
||||
source = self.sounds_history[0]
|
||||
self.sounds.append((source,ctx))
|
||||
|
||||
@commands.command(help='Gif me')
|
||||
|
|
Loading…
Reference in a new issue