header additions and req update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user