Create source file errors.json

This commit is contained in:
Axel Olausson Holtenäs 2022-04-26 12:17:22 +02:00
parent 4674a476b2
commit aeb0415d00

7
lang/en/errors.json Normal file
View file

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