aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-27 15:18:48 -0800
committerclarkzjw <[email protected]>2023-02-27 15:18:48 -0800
commit0808f28fa7764694c0e52ce68e077dcbf05be322 (patch)
tree322e98152dd720a7f0ce4c4dc0247f24e30ad491 /prompt
parent23aef802c9b493aeb66a1c250b6a3d16d299e63c (diff)
downloadswarm2fediverse-0808f28fa7764694c0e52ce68e077dcbf05be322.tar.gz
misskey is not supported
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prompt/string.py b/prompt/string.py
index 2fe13f6..e60085c 100644
--- a/prompt/string.py
+++ b/prompt/string.py
@@ -20,6 +20,8 @@ By using this bot, you agree to the following terms of service:\n\n
20 20
21PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" 21PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)"
22PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" 22PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:"
23PROMPT_INVALID_INSTANCE = "Your home instance (Probably a Misskey or GotoSocial instance?) is not supported. " \
24 "Currently, only Mastodon or Pleroma instances are supported."
23PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" 25PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
24PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" 26PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
25PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" 27PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
Powered by cgit v1.2.3 (git 2.41.0)