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!" } }