From d7c1835ed41d50d8e0fd42fd8c33fa760ce24bb5 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 21:11:05 -0800 Subject: bot: implement /list command --- prompt/string.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'prompt/string.py') diff --git a/prompt/string.py b/prompt/string.py index eda0df8..207713f 100644 --- a/prompt/string.py +++ b/prompt/string.py @@ -39,7 +39,8 @@ PROMPT_HELP = "Available commands:" \ "\n`/tos` - show ToS message" \ "\n`/cancel` - cancel current operation during checkins" -PROMPT_LIST = "List all linked Fediverse accounts" +PROMPT_LIST = "You are linked with the following Fediverse accounts:" +PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input /login to login." PROMPT_LOGOUT = "Choose Fediverse account to logout" PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" -- cgit v1.2.3