small changes
This commit is contained in:
parent
66b8ae5f34
commit
d2c6cb302d
@ -13,12 +13,14 @@ __license__ = "None"
|
|||||||
# text bot at t.me/projektaktienbot
|
# text bot at t.me/projektaktienbot
|
||||||
# API Documentation https://core.telegram.org/bots/api
|
# API Documentation https://core.telegram.org/bots/api
|
||||||
# Code examples https://github.com/eternnoir/pyTelegramBotAPI#getting-started
|
# Code examples https://github.com/eternnoir/pyTelegramBotAPI#getting-started
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import telebot
|
import telebot
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from telebot import types
|
from telebot import types
|
||||||
|
|
||||||
bot_version = "0.0.1"
|
bot_version = "0.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user