Create source file errors.json
This commit is contained in:
parent
087fd4e1b5
commit
05624fa5dc
1 changed files with 3 additions and 1 deletions
|
@ -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!"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue