XMUM-Unofficial-DMT-Discord-Union / deadline-bot

MIT License
0 stars 0 forks source link

Rewrite Command System Handling #17

Closed siew24 closed 2 years ago

siew24 commented 2 years ago

Currently, only CommandInteraction dynamically propagates to the respective handler. All other interactions have been either overriding CommandInteraction by casting it into i.e. AutoCompleteInteraction or using multiple Collectors which is a concern as it clutters the whole command's code.