Code cleanup
BrammyS opened this issue · 0 comments
BrammyS commented
Code cleanup
- Checking for updated / new commands
Fix all the mess in here. So it is easier to add or remove things without breaking everything. - Replace
IComponentInteractionPipeline
andISlashCommandPipeline
with a single interface. - Make the command builders less like spaghetti.
- Replace
IDiscordSlashCommandHandler
andIComponentInteractionHandler
with one interface and one implementation.