diff options
-rw-r--r-- | commands/users.py | 1 | ||||
-rw-r--r-- | strings.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/commands/users.py b/commands/users.py index 8808bf6..168d3de 100644 --- a/commands/users.py +++ b/commands/users.py @@ -46,7 +46,6 @@ async def add_users( for user in context.args: context.chat_data["users"].append(user) - await update.message.reply_text(USER_ADD.format(user=user)) await update.message.reply_text(USERS_ADDED) @@ -29,7 +29,6 @@ ADD_MORE_USERS = "There is no users added. You can add people who can choose mov NEXT_MOVIE_USER = "Next movie choice is up to {user}" NEXT_MOVIE = " and they have choosen to watch \"{movie}\"" -USER_ADD = "User {user} has been added" USERS_ADDED = "Users have been added successfully. Use /list to view." USER_REMOVE = "User {user} has been removed. Use /list to view." USERS_REMOVED = "Users has been removed" |