Color-Chan/Color-Chan.Discord

Code cleanup

BrammyS opened this issue · 0 comments

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 and ISlashCommandPipeline with a single interface.
  • Make the command builders less like spaghetti.
  • Replace IDiscordSlashCommandHandler and IComponentInteractionHandler with one interface and one implementation.