From 05624fa5dcb657eaa1dd7999c9e9a7cb6a671517 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 22 Apr 2022 15:39:38 +0200 Subject: [PATCH] Create source file errors.json --- lang/en/errors.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en/errors.json b/lang/en/errors.json index 196a85f..225d04b 100644 --- a/lang/en/errors.json +++ b/lang/en/errors.json @@ -1,5 +1,7 @@ { "errors": { - "guildOnly": "You can only use this command in a guild!" + "guildOnly": "You can only use this command in a guild!", + "userNotFound": "Could not find user <@{{user}}>.", + "amountNotFound": "We could not read your requested amount!" } }