Test
This commit is contained in:
parent
6923095939
commit
9d15fd6c68
@ -13,7 +13,7 @@ from telebot import types
|
|||||||
|
|
||||||
user_list = []
|
user_list = []
|
||||||
|
|
||||||
version = "1.5"
|
version = "0.0.1"
|
||||||
|
|
||||||
class User: # Currently saving users in this class to test functionality -> later database
|
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):
|
def __init__(self, p_user_id, p_user_name, p_chat_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user