From 0d6745606d3110ac312af9d773e6c0304ce614f1 Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Wed, 9 Oct 2024 01:22:02 +0400 Subject: Add /remove and /list commands (unfinished) --- strings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'strings.py') diff --git a/strings.py b/strings.py index 61dc5d6..c9cfb20 100644 --- a/strings.py +++ b/strings.py @@ -10,3 +10,6 @@ # INVALID_COMMAND = "Invalid command. Available commands: /add" +USER_NOT_PROVIDED = "User(s) is not provided" +USER_ADDED = "User {user} has been added" +USER_REMOVED = "User {user} has been removed" -- cgit v1.2.3