fix /start and lastYear_or_1000games
This commit is contained in:
parent
9011b3015b
commit
d52e962022
5 changed files with 20 additions and 8 deletions
|
|
@ -974,6 +974,7 @@ class LichessBot:
|
|||
)
|
||||
|
||||
# Add handlers
|
||||
application.add_handler(CommandHandler("start", self.start))
|
||||
application.add_handler(CommandHandler("addgamer", self.addgamer_start))
|
||||
application.add_handler(MessageHandler(filters.TEXT & ~filters.COMMAND, self.handle_username))
|
||||
application.add_handler(addtoken_conv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue