CorruptComputer / Officer-Beepsky

A simple Discord music bot
MIT License
2 stars 2 forks source link

Transition to non-blocking #7

Open CorruptComputer opened 5 years ago

CorruptComputer commented 5 years ago

Any .block() can be moved to be .subscribe() in order to make it asynchronous. This will require modifying many aspects of how the code operates.