Fix quote() function
This commit is contained in:
parent
ed5e19af0c
commit
1f0b754b1f
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ def quote(bot, update, args):
|
|||
update.message.reply_text(bottools.strings.cantfind % args[0])
|
||||
raise
|
||||
|
||||
bottools.methods.explicitTweet(bot, update, args)
|
||||
bottools.methods.explicitTweet(bot, update, args[1:])
|
||||
|
||||
def retweet(bot, update, args):
|
||||
message = update.message or update.callback_query.message
|
||||
|
|
Loading…
Reference in a new issue