Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
B-2U committed Jul 8, 2024
1 parent 894b85a commit dec5191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dc_utils/auto_complete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub async fn player(ctx: Context<'_>, input: &str) -> Vec<AutocompleteChoice> {
_ => Some((Region::parse(input[0]).unwrap_or_default(), input[1])),
}) else {
return [
"Usage: [optional] <ign>",
"Usage: [region] <ign>",
"Example: B2U",
"Example: asia B2U",
"Example: eu CVptsd",
Expand Down

0 comments on commit dec5191

Please sign in to comment.