fpindej / discord-bot-template

MIT License
7 stars 1 forks source link

Refactor Interaction handling service #20

Closed fpindej closed 8 months ago

fpindej commented 8 months ago

Based on a discord discussion.

This PR changes the event subscription from specific command types into more generalized InteractionExecuted, reducing redundancy.