diff options
author | clarkzjw <[email protected]> | 2023-02-23 21:18:49 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 21:19:21 -0800 |
commit | cbfde03e620188d80213a8b15a4dffdb8948b257 (patch) | |
tree | 8f92afbed1137c6f992be57a84a3101a09475acc /prompt | |
parent | d7c1835ed41d50d8e0fd42fd8c33fa760ce24bb5 (diff) | |
download | swarm2fediverse-cbfde03e620188d80213a8b15a4dffdb8948b257.tar.gz |
bot: implement /logout command
Diffstat (limited to 'prompt')
-rw-r--r-- | prompt/string.py | 1 |
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:" \ | |||
42 | PROMPT_LIST = "You are linked with the following Fediverse accounts:" | 42 | PROMPT_LIST = "You are linked with the following Fediverse accounts:" |
43 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." | 43 | PROMPT_LIST_NO_RESULT = "You are not linked with any Fediverse account yet. \n\n Input <code>/login</code> to login." |
44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" | 44 | PROMPT_LOGOUT = "Choose Fediverse account to logout" |
45 | PROMPT_LOGOUT_SUCCESS = "Successfully logged out from Fediverse account" | ||
45 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" | 46 | PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" |
46 | 47 | ||
47 | CALLBACK_SKIP = "Skip" | 48 | CALLBACK_SKIP = "Skip" |