beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 91 forks source link

CallbackQueryHandler Warning in CMD window #8

Closed DigiTecK3D closed 3 years ago

DigiTecK3D commented 3 years ago

Ever since I've been using this bot I've had this warning on the command window when I run the bot, not sure what it is but just wanted to let you know. Thanks. image

beeb commented 3 years ago

Please check out the FAQ of that library: https://git.io/JtcyU

Note: If you have a CallbackQueryHandler in your ConversationHandler, you will see a warning If 'per_message=True/False', …. It is a warning, not an error. If you're sure that you set per_message to the correct value, you can just ignore it.