discord-php / DiscordPHP

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

Make deleteMessages for threads & channels uniform #1087

Closed ellisonpatterson closed 1 year ago

ellisonpatterson commented 1 year ago

I know there was a todo to make a trait, but this will suffice for now.

The threads deleteMessages didn't allow for Traversable objects to work, so Collections weren't working.

This fixes that and now I can use deleteMessages interchangeably on Interaction responses without having to check if it was triggered in a Channel or Thread.