sylphia-nox / Discord-Bot

Discord Bot to coordinate Destiny 2 raids and provide additional utilities for users to assist them in Destiny 2. This project is written in Python and makes use of MySQL, Discord.py, and the Bungie APIs
3 stars 0 forks source link

Reformatted code to use Cogs #37

Closed sylphia-nox closed 4 years ago

sylphia-nox commented 4 years ago

Coding is done to change up the bot to use Cogs. All DB interaction is handled by helper_cogs Improved code as I went. Still needs testing so will not complete this pull request for a bit.

sylphia-nox commented 4 years ago

Also, added logic to check if a notification was already created in the notify loop. This should prevent spam and increase performance.