discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
1k stars 237 forks source link

Skip creating part when already cached by event #952

Closed SQKo closed 2 years ago

SQKo commented 2 years ago

This PR changes the behavior with "create" endpoint call methods, where at most of time gets handled first by events and the part is being cached already, this change skips creating another Part when the it is already cached.

Untested, will look for more methods with similar code.