every-Bot / everyBot

A discordpy bot for all purposes
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Module/custom help #14

Closed Givo29 closed 3 years ago

Givo29 commented 3 years ago

Custom help command that queries the database to check the guild's active modules and commands. fixes #10

JBrummans commented 3 years ago

This help command does not return anything for an invalid module (eg $help notamodulename). Is this intentional? I feel it should return an error stating as such.

Givo29 commented 3 years ago

This help command does not return anything for an invalid module (eg $help notamodulename). Is this intentional? I feel it should return an error stating as such.

Done