Skip to content

Commit 7502d09

Browse files
committed
Bulk Guild Ban
1 parent 9a4ba75 commit 7502d09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ class Endpoint implements EndpointInterface
156156

157157
// GET
158158
public const GUILD_BANS = self::GUILD.'/bans';
159+
// POST
160+
public const GUILD_BULK_BAN = self::GUILD.'/bulk-ban';
159161
// GET, PUT, DELETE
160162
public const GUILD_BAN = self::GUILD.'/bans/:user_id';
161163

0 commit comments

Comments
 (0)