dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Added /about command + tests + refactored some code for handlers #116

Closed dvillavicencio closed 2 months ago

dvillavicencio commented 2 months ago

This PR came out a little bigger than expected because not only did I add the code for the /about command, but also refactored many of the MessageHandlers that contained the logic for serving Discord requests. In return, the functionality is more streamlined and there's less boilerplate code.