From 12732c2a429cef84450c17d31b165d452c4fc926 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Fri, 9 Apr 2021 14:49:25 +0200 Subject: [PATCH] add cooldown strings --- src/en_US.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/en_US.ts b/src/en_US.ts index 7b6c718..cd60e8f 100644 --- a/src/en_US.ts +++ b/src/en_US.ts @@ -1,4 +1,6 @@ export default { CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such an rerun this Command.", - INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command ` + INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `, + ON_COOLDOWN: `\`COMMAND\` is on Cooldown.`, + ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` is has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.` } \ No newline at end of file