Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
76b159cf1d
@ -13,7 +13,7 @@ from telebot import types
|
||||
|
||||
user_list = []
|
||||
|
||||
version = "1.5"
|
||||
version = "0.0.1"
|
||||
|
||||
class User: # Currently saving users in this class to test functionality -> later database
|
||||
def __init__(self, p_user_id, p_user_name, p_chat_id):
|
||||
|
Loading…
Reference in New Issue
Block a user