header additions and req update

This commit is contained in:
Linus Eickhoff
2022-03-15 09:05:28 +01:00
parent f1d3fd0050
commit 66b8ae5f34
3 changed files with 13 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ import sys
import logging
from telebot import types
bot_version = "0.0.1"
user_list = []
class User: # Currently saving users in this class to test functionality -> later database
@@ -45,7 +46,7 @@ def send_start(message):
@bot.message_handler(commands=['version'])
def send_version(message):
bot.reply_to(message, version)
bot.reply_to(message, bot_version)
@bot.message_handler(commands=['help']) # /help -> sending all functions