discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
985 stars 236 forks source link

ExtendedPromiseInterface with Promises v3 #1062

Open ellisonpatterson opened 1 year ago

ellisonpatterson commented 1 year ago

Since all react libraries included with DiscordPHP and DiscordPHP-Http are set to support v3, could a workaround be included to check if ExtendedPromiseInterface even exists with the Deferred library override?

Thank you!

ellisonpatterson commented 1 year ago

Ugh looks like done() was removed completely so that would require changing them all to then().