We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379724b commit 9929aa8Copy full SHA for 9929aa8
bot/telegram_bot.py
@@ -935,7 +935,7 @@ def setup_handlers(dispatcher):
935
CommandHandler("addincome", add_income),
936
CommandHandler("getdaytransaction", get_day_transaction),
937
CommandHandler("getoverall", get_overall),
938
- CommandHandler("backdate", backlog),
+ CommandHandler("backlog", backlog),
939
],
940
states={
941
CS.SET_UP: [MessageHandler(Filters.text & ~Filters.command, set_up)],
0 commit comments