Create source file errors.json

This commit is contained in:
Axel Olausson Holtenäs 2022-04-22 15:39:38 +02:00
parent 087fd4e1b5
commit 05624fa5dc

View file

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