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

Cleanse command #93

Closed sylphia-nox closed 4 years ago

sylphia-nox commented 4 years ago

Added cleanse command to give recommendations on items to delete from vault Added async loops for querying DB for item stats to increase performance Moved API calls and SQL into run_in_executor methods to allow async. Fixed bug with not catching error if someone tries to join, leave, or delete a raid that does not exist in the DB.