From a5498cbc6748b4238672fea5f2cf926b2a03bd28 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Thu, 6 May 2021 01:19:26 +0200 Subject: [PATCH] fix + roll string --- src/en_US.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/en_US.ts b/src/en_US.ts index 4675ae3..fed55b7 100644 --- a/src/en_US.ts +++ b/src/en_US.ts @@ -5,10 +5,12 @@ 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.`, MISSING_TITLE: `Missing title. Separate the title and description with a pipe (\`|\`).`, - SUGGESTION_SENT: "Suggestion sent." + SUGGESTION_SENT: "Suggestion sent.", + INVITE_STRING: "You can invite BOT using this Link", + ROLL: ":game_die: Rolling AMOUNT DICE...", } \ No newline at end of file