Skip to content

feat(commands): add help command to display all bot's commands#122

Merged
Akinator31 merged 1 commit intomainfrom
121-help-command
Sep 30, 2025
Merged

feat(commands): add help command to display all bot's commands#122
Akinator31 merged 1 commit intomainfrom
121-help-command

Conversation

@Akinator31
Copy link
Copy Markdown
Member

This pull request adds a new !help command to the bot, allowing users to easily view a list of available commands and their descriptions. The implementation includes registering the command, importing the necessary function, and providing a formatted help message.

New command functionality:

  • Added a help command handler in src/commands/help.rs that sends a formatted list of available commands and their descriptions to the channel.
  • Registered the help command in the command module (src/commands/mod.rs).
  • Imported the help function into the guild messages handler (src/handlers/guild_messages_handler.rs).
  • Registered the help command in the handler's command list, making it available for use.

@Akinator31 Akinator31 linked an issue Sep 30, 2025 that may be closed by this pull request
@Akinator31 Akinator31 self-assigned this Sep 30, 2025
@Akinator31 Akinator31 merged commit cf07d27 into main Sep 30, 2025
6 checks passed
@Akinator31 Akinator31 deleted the 121-help-command branch September 30, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Help command

1 participant