From 7bf558c268285c5498d877a6eb40bd5c841eef8d Mon Sep 17 00:00:00 2001 From: Nii Marmah <85269886+niitamer@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:12:33 -1200 Subject: [PATCH] Reduce the prefixes Using certain prefixes such as ellipses and question marks may disrupt normal chat flow in a WhatsApp group. These characters are often used in casual conversation to indicate a trailing off or a question, and using them as prefixes to call a bot may confuse or distract users. It is also important to consider that using too many variations of prefixes may also be overwhelming for users and make it difficult for them to remember which prefix to use. It would be better to keep the prefixes simple, easy to remember and easy to type. Make sure the prefixes are not commonly used in a group chat and easy to distinguish from normal conversation. --- src/configs/constants.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/configs/constants.config.ts b/src/configs/constants.config.ts index 2e8e985..8d442e3 100644 --- a/src/configs/constants.config.ts +++ b/src/configs/constants.config.ts @@ -17,10 +17,6 @@ export const prefixes = [ "bot", "Bot", "BOT", - "!!", - "??", - "..", - "...", "zappy,", "Zappy,", "ZAPPY,", @@ -39,10 +35,6 @@ export const removablePrefixes = [ "zappybot", "zappy-bot", "zappy bot", - "!!", - "??", - "..", - "...", "zappy,", "Zappy,", "ZAPPY,",