Skip to content

Commit

Permalink
chore(commands): Help: added economy category emote
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy authored Jun 3, 2024
1 parent 8acf8d6 commit 60c3e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/utility/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function handle($msg, $args): void
}
$prefix = $this->discord->getCommandClientOptions()['prefix'];
$emotes = [
"economy" => ":money_with_wings:",
"reactions" => ":wink:",
"rpg" => ":crossed_swords:",
"music" => ":notes:",
Expand Down

0 comments on commit 60c3e8b

Please sign in to comment.