add more strings

This commit is contained in:
Lio Young 2021-04-23 03:55:26 +02:00
parent 809a88c19c
commit c2836cda38
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 4 additions and 1 deletions

View File

@ -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.`,
}