small changes #1

Merged
Rripped merged 1 commits from bot-features into main 2022-03-15 08:18:32 +00:00
Showing only changes of commit d2c6cb302d - Show all commits

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"