issues
search
xooniverse
/
televerse
Your gateway to seamless Telegram Bot Development 💙
https://televerse.xooniverse.com
BSD 3-Clause "New" or "Revised" License
64
stars
11
forks
source link
tidy up some logic, fix wrong handler order
#273
Closed
im-trisha
closed
4 months ago
im-trisha
commented
4 months ago
This should fix #104, needs further testing.
What I've done:
Moved the bot initialization to the bot.start function
Made the fetcher initialize inside of the constructor, where it belongs
Removed pending calls
Removed forked handlers
Removed some late variable and made it into a nullable one
Removed the now unused methods
This should fix #104, needs further testing.
What I've done: