Skip to content

Commit

Permalink
fix invalidElo string (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDams authored Oct 15, 2023
1 parent 2a54750 commit 6044ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/en-US/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found'
base.error.command.faceitLadderNotFound = 'Faceit ladder not found'
base.error.command.steamIdInvalid = 'Steam id invalid'
base.error.command.invalidColor = 'The color given is invalid, please use a hex color'
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo'
base.error.command.invalidElo = 'The minimum elo must be lower than the maximum elo'
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)'
base.error.command.requiredParameters = 'The following parameters are required: **{parameters}**\n Please use `/help command: {command}` for more info';
base.error.command.atLeastOneParameter = 'At least one of the following parameters is required: **{parameters}**\n Please use `/help command: {command}` for more info';
Expand Down

0 comments on commit 6044ca1

Please sign in to comment.