Catalyst4222 / wait_for

An extension library for interactions.py to add a waiting method in a manner similar to discord.py
MIT License
11 stars 1 forks source link

fix: events not responding when lots are waited for #5

Closed Toricane closed 2 years ago

Toricane commented 2 years ago

This pull request fixes events that are not responding when lots of them are invoked and being waited for. It also refactors wait_for a bit, making things more concise.