From c2836cda38b922626a3a2f532e40925437b53d0c Mon Sep 17 00:00:00 2001 From: Lio Young Date: Fri, 23 Apr 2021 03:55:26 +0200 Subject: [PATCH] add more strings --- src/en_US.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/en_US.ts b/src/en_US.ts index b535a2d..180a6c4 100644 --- a/src/en_US.ts +++ b/src/en_US.ts @@ -5,5 +5,8 @@ export default { ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`, ON_ERROR: `\`COMMAND\` encountered an Error.`, NOT_ENOUGH_TAGS: `Not Enough Tags`, - NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to Search for." + NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to Search for.", + RP_REQUIRE_MENTION: `You need to mention another user.`, + RP_SELF: `Dont you want to ACTION someone other than yourself?`, + RP_ME: `Don't ACTION me! ACTION someone else.`, } \ No newline at end of file