Merge pull request #1 from WebEngineering2/bot-features

small changes
This commit is contained in:
Rripped 2022-03-15 09:18:32 +01:00 committed by GitHub
commit 89781c6885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,14 @@ __license__ = "None"
# text bot at t.me/projektaktienbot
# API Documentation https://core.telegram.org/bots/api
# Code examples https://github.com/eternnoir/pyTelegramBotAPI#getting-started
import os
import telebot
import time
import sys
import logging
from telebot import types
bot_version = "0.0.1"