babennettdev / maturin-discord-bot

A flexible and scalable Discord bot using the NestJS framework.
MIT License
0 stars 0 forks source link

Help command #6

Open babennettdev opened 3 years ago

babennettdev commented 3 years ago

Overview

A help command needs to be implemented to show all commands, command options, arguments, etc. This needs to show all commands as well as a specific command if passed as an argument.

babennettdev commented 3 years ago

This issue is actively being worked under the feature/help-command branch.