From 2e14cb549c99cbc7eef68bf294f003e23c46bc5b Mon Sep 17 00:00:00 2001 From: Lio Young Date: Sat, 24 Apr 2021 17:39:51 +0200 Subject: [PATCH] add strings for suggestion command --- src/en_US.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en_US.ts b/src/en_US.ts index 180a6c4..4675ae3 100644 --- a/src/en_US.ts +++ b/src/en_US.ts @@ -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." } \ No newline at end of file