Skip to content

Commit

Permalink
fix word
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 12, 2023
1 parent 259278f commit 48045fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bot/src/discord/slash/gear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn autocomplete(
autocomplete: &AutocompleteInteraction,
) -> serenity::Result<()> {
let Some(subcommand) = autocomplete.data.options.first() else {
warn!("No subcommand for bank provided");
warn!("No subcommand for gear provided");
return Ok(());
};
if subcommand.kind == CommandOptionType::SubCommand && subcommand.name.as_str() == "repaint" {
Expand Down

0 comments on commit 48045fc

Please sign in to comment.