We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7502d09 commit c1bfc2cCopy full SHA for c1bfc2c
src/Discord/Endpoint.php
@@ -156,10 +156,10 @@ class Endpoint implements EndpointInterface
156
157
// GET
158
public const GUILD_BANS = self::GUILD.'/bans';
159
- // POST
160
- public const GUILD_BULK_BAN = self::GUILD.'/bulk-ban';
161
// GET, PUT, DELETE
162
public const GUILD_BAN = self::GUILD.'/bans/:user_id';
+ // POST
+ public const GUILD_BAN_BULK = self::GUILD.'/bulk-ban';
163
164
// GET, PATCH
165
public const GUILD_ROLES = self::GUILD.'/roles';
0 commit comments