omarhachach / snorlax

A general purpose Discord bot. Made with discordgo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create help command generation.

omarhachach opened this issue · comments

The help command would list all the available modules and commands.
The command format is the following: .help [module] [page].

Doing .help would return:

Help Menu

Test Module - Test Module is a module made as a test.
Another Module - This is another module.

For more help, do .help [module] [page]

Has been done in #6.