From 0808f28fa7764694c0e52ce68e077dcbf05be322 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Mon, 27 Feb 2023 15:18:48 -0800 Subject: misskey is not supported --- prompt/string.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prompt/string.py') 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 PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" +PROMPT_INVALID_INSTANCE = "Your home instance (Probably a Misskey or GotoSocial instance?) is not supported. " \ + "Currently, only Mastodon or Pleroma instances are supported." PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" -- cgit v1.2.3