How can i change token from database in flask #1934
Answered
by
hiddify-com
hiddify-com
asked this question in
Q&A
-
I want to create a bot with flask. My bot token is exist in the database and can be changed via an api. |
Beta Was this translation helpful? Give feedback.
Answered by
hiddify-com
Mar 3, 2023
Replies: 2 comments 2 replies
-
No need to change token. Just create new instance of TeleBot. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just need to create a new Bot with empty token
Then change bot token:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hiddify-com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just need to create a new Bot with empty token
Then change bot token: