aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-23 21:18:49 -0800
committerclarkzjw <[email protected]>2023-02-23 21:19:21 -0800
commitcbfde03e620188d80213a8b15a4dffdb8948b257 (patch)
tree8f92afbed1137c6f992be57a84a3101a09475acc /prompt
parentd7c1835ed41d50d8e0fd42fd8c33fa760ce24bb5 (diff)
downloadswarm2fediverse-cbfde03e620188d80213a8b15a4dffdb8948b257.tar.gz
bot: implement /logout command
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py1
1 files changed, 1 insertions, 0 deletions
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:" \
42PROMPT_LIST = "You are linked with the following Fediverse accounts:" 42PROMPT_LIST = "You are linked with the following Fediverse accounts:"
43PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." 43PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login."
44PROMPT_LOGOUT = "Choose Fediverse account to logout" 44PROMPT_LOGOUT = "Choose Fediverse account to logout"
45PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account"
45PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" 46PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse"
46 47
47CALLBACK_SKIP = "Skip" 48CALLBACK_SKIP = "Skip"
Powered by cgit v1.2.3 (git 2.41.0)