Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr authored Sep 1, 2024
1 parent 58229c6 commit 5161c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assyst-core/src/command/fun/colour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ define_commandgroup! {
aliases: ["color", "colours", "colors"],
cooldown: Duration::from_secs(5),
description: "Assyst colour roles",
examples: ["red", "", "add red #ff0000", "add-defaults", "remove red", "reset", "remove-all"],
examples: ["red", "", "add red #ff0000", "add-default", "remove red", "reset", "remove-all"],
usage: "[colour]",
commands: [
"add" => add,
Expand Down

0 comments on commit 5161c00

Please sign in to comment.