Skip to content

Commit f5aef04

Browse files
committed
quickfix
1 parent bccb616 commit f5aef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scdlbot/scdlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def dl_command_callback(self, bot, update, args=None):
218218
rant_text = "Learn how to use me in /help, you can send links without command or command with links."
219219
else:
220220
rant_text = self.RANT_TEXT + ", you can send links without command or command with links."
221-
self.rant_and_cleanup(bot, chat_id, rant)
221+
self.rant_and_cleanup(bot, chat_id, rant_text)
222222
return
223223
bot.send_chat_action(chat_id=chat_id, action=ChatAction.TYPING)
224224
urls = self.prepare_urls(" ".join(args))

0 commit comments

Comments
 (0)