From cbfde03e620188d80213a8b15a4dffdb8948b257 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 23 Feb 2023 21:18:49 -0800 Subject: bot: implement /logout command --- prompt/string.py | 1 + 1 file changed, 1 insertion(+) (limited to 'prompt') diff --git a/prompt/string.py b/prompt/string.py index 207713f..b7aeff1 100644 --- a/prompt/string.py +++ b/prompt/string.py @@ -42,6 +42,7 @@ PROMPT_HELP = "Available commands:" \ 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_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" CALLBACK_SKIP = "Skip" -- cgit v1.2.3