3nvisiond / Scuffle-Bot

A universal Discord bot that will simplify the experience for moderation, logging, and extra activities.
1 stars 0 forks source link

Separate commands into their own `individual` classes #4

Open 3nvisiond opened 3 months ago

3nvisiond commented 3 months ago

https://github.com/3nvisiond/Scuffle/blob/e3fadc611fc522cd299f96bdd4c7b6e93041eaf0/src/main/java/space/jetbrains/uision/scufflebot/interactions/command/Command.java#L33

Following #2: Commands shall be moved to their own module whilst individual commands will be given their own respective classes.