Skip to content

Commit

Permalink
fix: responses.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 17, 2022
1 parent c59adaf commit af45f26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/responses.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"NOT_FOUND": 'Looks like that command went to play hide and seek!',
"ERROR": 'Something went wrong',
"COOLDOWN": 'You have to wait {time} before using the {name} again',
"ARGUMENT_REQUIRED": '{user}, please define argument {name}, type: `{type}`',
"ARGUMENT_TIME": '{user}, Please re-run command.'
"NOT_FOUND": "Looks like that command went to play hide and seek!",
"ERROR": "Something went wrong",
"COOLDOWN": "You have to wait {time} before using the {name} again",
"ARGUMENT_REQUIRED": "{user}, please define argument {name}, type: `{type}`",
"ARGUMENT_TIME": "{user}, Please re-run command."
}

0 comments on commit af45f26

Please sign in to comment.