ESN-Trondheim / ESNbot

A Slack bot for ESN Trondheim
MIT License
3 stars 1 forks source link

Create decorators for commands #36

Closed LaiAlexander closed 10 months ago

LaiAlexander commented 10 months ago

Should use decorators for creating commands. Decorators should at least accept help text and command name as parameters. This will ease the creation of new commands, as you just will have to create your new command, instead of having to create the command, add to commands dictionary, add to help dictionary etc.