From aeb0415d0000bf944a4372f5f4e5c0acf0c35f1a Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 26 Apr 2022 12:17:22 +0200 Subject: [PATCH] Create source file errors.json --- lang/en/errors.json | 7 +++++++ 1 file changed, 7 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..225d04b --- /dev/null +++ b/lang/en/errors.json @@ -0,0 +1,7 @@ +{ + "errors": { + "guildOnly": "You can only use this command in a guild!", + "userNotFound": "Could not find user <@{{user}}>.", + "amountNotFound": "We could not read your requested amount!" + } +}