Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I don't understand something. The aiogram documentation and examples say that the bot should be executed by calling executor.start_polling(), but what about you?
Remove bot.polling and insert
if __name__ == '__main__':
executor.start_polling(dp, skip_updates=True)
with this piece it should work
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question