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

Change how raids are created to allow async functionality with multiple users creating raids. #74

Closed sylphia-nox closed 4 years ago

sylphia-nox commented 4 years ago

Need to use wait_for() to get a message back from the user. Need to investigate further.