discord-php / DiscordPHP

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

Allow guild ids to be passed to retrieveBans option #1095

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

While this might not solve the OP's issue in #1061 this option allows only specific guild ids in array to have its bans loaded (just like loadAllMembers have)

e.g.

'retrieveBans' => ['872531095621615646', '115233111977099271'],