aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-23 21:11:05 -0800
committerclarkzjw <[email protected]>2023-02-23 21:19:14 -0800
commitd7c1835ed41d50d8e0fd42fd8c33fa760ce24bb5 (patch)
treeeecdaec4da3dd914dd72c9bda264b038aee0343b /prompt
parent1e448735a15b633cb7743a01ce6249a506196ab8 (diff)
downloadswarm2fediverse-d7c1835ed41d50d8e0fd42fd8c33fa760ce24bb5.tar.gz
bot: implement /list command
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py3
1 files changed, 2 insertions, 1 deletions
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:" \
39 "\n`/tos` - show ToS message" \ 39 "\n`/tos` - show ToS message" \
40 "\n`/cancel` - cancel current operation during checkins" 40 "\n`/cancel` - cancel current operation during checkins"
41 41
42PROMPT_LIST = "List all linked 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_LOGOUT = "Choose Fediverse account to logout" 44PROMPT_LOGOUT = "Choose Fediverse account to logout"
44PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse" 45PROMPT_TOGGLE_VIS = "Choose visibility of your checkins on Fediverse"
45 46
Powered by cgit v1.2.3 (git 2.41.0)