otter-computer / GaymersBot

The bot that helps run the Gaymers Discord.
GNU General Public License v2.0
24 stars 17 forks source link

Added !help command #378

Closed Ed-boye closed 4 years ago

Ed-boye commented 4 years ago

Added !help command not including spell/cast or updateroles

otter-computer commented 4 years ago

Oh you just copypasted the text into a new command. Every time I've thought of making a help command I've always thought of making it dynamic and then never bothered because it's too much work at the time.

Idk why I never bothered to just do this 😂

Ed-boye commented 4 years ago

It does make it so we are maintaining the same strings in two locations so I suppose ideally we could throw the descriptions in like a json file. Happy to do this if you think we should--felt that it's generally not a huge issue since it's such few commands.

otter-computer commented 4 years ago

Opened #379 to convert this to a dynamic command by building on top of this. ✨