aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-21 23:12:26 -0800
committerclarkzjw <[email protected]>2023-02-21 23:12:26 -0800
commitefc952972f97f98814b2e9a49648766101cd0725 (patch)
tree0a119816af80c391a86ed2d322ea70cf4457d62e /prompt
parent2b7af2b46dd99767e02079b7d55603acc8015739 (diff)
downloadswarm2fediverse-efc952972f97f98814b2e9a49648766101cd0725.tar.gz
renaming functions
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/prompt/string.py b/prompt/string.py
new file mode 100644
index 0000000..af3363a
--- /dev/null
+++ b/prompt/string.py
@@ -0,0 +1,12 @@
1PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
2PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
3PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
4PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip"
5PROMPT_NO_NEARBY_POI = "No nearby places found. You can input location name manually"
6PROMPT_CHOOSE_POI_FROM_LIST = "Where are you?"
7PROMPT_HELP = "Use /start to test this bot."
8PROMPT_CANCELED = "Canceled"
9PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted"
10PROMPT_DONE = "Done"
11
12CALLBACK_SKIP = "Skip"
Powered by cgit v1.2.3 (git 2.41.0)