📄️ Creating Commands
To create commands you must require/import the Maker class and Command decorator from erine and then extend the Maker class and put the command inside using the Command decorator.
📄️ Handling Events
To handle client events you must require/import the Maker class and Event decorator from erine and then extend the Maker class and put the event inside using the Event decorator.