small changes #1

Merged
Rripped merged 1 commits from bot-features into main 2022-03-15 08:18:32 +00:00

View File

@ -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"