From 88caa319ae14d98119f59ae878b578dc3154a394 Mon Sep 17 00:00:00 2001 From: BothimTV Date: Tue, 2 Apr 2024 21:03:52 +0200 Subject: [PATCH] Add rate limit times --- src/components/notifications/CallMeBot.vue | 4 ++-- src/lang/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/CallMeBot.vue b/src/components/notifications/CallMeBot.vue index 2ea39e45..74c69ea3 100644 --- a/src/components/notifications/CallMeBot.vue +++ b/src/components/notifications/CallMeBot.vue @@ -6,8 +6,8 @@ Facebook Messenger WhatsApp Telegram Call - - CallMeBot documentation + 1 message / 10 sec; 1 call / 65 sec + diff --git a/src/lang/en.json b/src/lang/en.json index 5926f447..8fb04ae6 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -888,7 +888,7 @@ "What is a Remote Browser?": "What is a Remote Browser?", "wayToGetHeiiOnCallDetails": "How to get the Trigger ID and API Keys is explained in the {documentation}", "documentationOf": "{0} Documentation", - "callMeBotGet": "Here you can generate an endpoint for {0}, {1} and {2}. Keep in mind that you might get rate limited. You can read more about ratelimits here: {3}", + "callMeBotGet": "Here you can generate an endpoint for {0}, {1} and {2}. Keep in mind that you might get rate limited. The ratelimits appear to be: {3}", "gtxMessagingApiKeyHint": "You can find your API key at: My Routing Accounts > Show Account Information > API Credentials > REST API (v2.x)", "From Phone Number / Transmission Path Originating Address (TPOA)": "From Phone Number / Transmission Path Originating Address (TPOA)", "gtxMessagingFromHint": "On mobile phones, your recipients sees the TPOA displayed as the sender of the message. Allowed are up to 11 alphanumeric characters, a shortcode, the local longcode or international numbers ({e164}, {e212} or {e214})",