diff --git a/main.py b/main.py index ba9b6cc..cff586e 100644 --- a/main.py +++ b/main.py @@ -43,6 +43,7 @@ def list(): for i in users: text = text + f'

{i[1]}: {i[2]}

Change balance:



' return ''' + + +

{user[1]} : {user[2]}

+

+
+

Change balance:
+

+

+

Tags:

+ {text} +

+
+ + """ else: return "User does not exists"