Skip to content

Commit 2597848

Browse files
committed
Lobbies endpoint
1 parent 27df06f commit 2597848

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,10 @@ class Endpoint implements EndpointInterface
253253
// GET, PATCH, DELETE
254254
public const GUILD_AUTO_MODERATION_RULE = self::GUILD.'/auto-moderation/rules/:auto_moderation_rule_id';
255255

256+
// POST
257+
public const LOBBIES = 'lobbies';
256258
// GET, PATCH, DELETE
257-
public const LOBBY = 'lobbies/:lobby_id';
259+
public const LOBBY = self::LOBBIES.'/:lobby_id';
258260
// PUT, DELETE
259261
public const LOBBY_MEMBER = self::LOBBY.'/members/:user_id/';
260262
// DELETE

0 commit comments

Comments
 (0)