We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27df06f commit 2597848Copy full SHA for 2597848
src/Discord/Endpoint.php
@@ -253,8 +253,10 @@ class Endpoint implements EndpointInterface
253
// GET, PATCH, DELETE
254
public const GUILD_AUTO_MODERATION_RULE = self::GUILD.'/auto-moderation/rules/:auto_moderation_rule_id';
255
256
+ // POST
257
+ public const LOBBIES = 'lobbies';
258
- public const LOBBY = 'lobbies/:lobby_id';
259
+ public const LOBBY = self::LOBBIES.'/:lobby_id';
260
// PUT, DELETE
261
public const LOBBY_MEMBER = self::LOBBY.'/members/:user_id/';
262
// DELETE
0 commit comments