diff options
author | clarkzjw <[email protected]> | 2023-02-27 15:18:48 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-27 15:18:48 -0800 |
commit | 0808f28fa7764694c0e52ce68e077dcbf05be322 (patch) | |
tree | 322e98152dd720a7f0ce4c4dc0247f24e30ad491 /prompt | |
parent | 23aef802c9b493aeb66a1c250b6a3d16d299e63c (diff) | |
download | swarm2fediverse-0808f28fa7764694c0e52ce68e077dcbf05be322.tar.gz |
misskey is not supported
Diffstat (limited to 'prompt')
-rw-r--r-- | prompt/string.py | 2 |
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 | ||
21 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" | 21 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" |
22 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" | 22 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" |
23 | PROMPT_INVALID_INSTANCE = "Your home instance (Probably a Misskey or GotoSocial instance?) is not supported. " \ | ||
24 | "Currently, only Mastodon or Pleroma instances are supported." | ||
23 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" | 25 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" |
24 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" | 26 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" |
25 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" | 27 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" |