From b227213d8d86723e2b6d230583ec20c4918cf043 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 22 Apr 2022 14:14:42 +0200 Subject: [PATCH] Create source file errors.json --- lang/en/errors.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/en/errors.json diff --git a/lang/en/errors.json b/lang/en/errors.json new file mode 100644 index 0000000..196a85f --- /dev/null +++ b/lang/en/errors.json @@ -0,0 +1,5 @@ +{ + "errors": { + "guildOnly": "You can only use this command in a guild!" + } +}