add strings for suggestion command

This commit is contained in:
Lio Young 2021-04-24 17:39:51 +02:00
parent c2836cda38
commit 2e14cb549c
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@ export default {
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."
}