Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,13 @@ import telebot
|
|
| 2 |
|
| 3 |
# تۆکنەکەت
|
| 4 |
API_TOKEN = '8348414728:AAEjH3r-OCM9DcyqmlD_K67MGfvG2u1Up_A'
|
| 5 |
-
bot = telebot.TeleBot(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# نەخشەی گۆڕینی پیتەکان
|
| 8 |
mapping = {
|
|
|
|
| 2 |
|
| 3 |
# تۆکنەکەت
|
| 4 |
API_TOKEN = '8348414728:AAEjH3r-OCM9DcyqmlD_K67MGfvG2u1Up_A'
|
| 5 |
+
bot = telebot.TeleBot(Done! Congratulations on your new bot. You will find it at t.me/BejerBot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.
|
| 6 |
+
|
| 7 |
+
Use this token to access the HTTP API:
|
| 8 |
+
8348414728:AAEjH3r-OCM9DcyqmlD_K67MGfvG2u1Up_A
|
| 9 |
+
Keep your token secure and store it safely, it can be used by anyone to control your bot.
|
| 10 |
+
|
| 11 |
+
For a description of the Bot API, see this page: https://core.telegram.org/bots/api)
|
| 12 |
|
| 13 |
# نەخشەی گۆڕینی پیتەکان
|
| 14 |
mapping = {
|