laracord / framework

A Discord bot micro-framework powered by Laravel.
https://laracord.com
MIT License
33 stars 10 forks source link

🩹 Fix CanAsync infinite loop #103

Closed pentacore closed 4 months ago

pentacore commented 4 months ago

The previous implementation of the async method within CanAsync referenced itself, hence causing an infinite loop

Log1x commented 4 months ago

oops. thank you!