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 8b580ed commit 233dbc2Copy full SHA for 233dbc2
src/Discord/Endpoint.php
@@ -18,6 +18,8 @@ class Endpoint
18
// GET
19
public const GATEWAY_BOT = self::GATEWAY.'/bot';
20
21
+ // GET
22
+ public const APPLICATION_SKUS = 'applications/:application_id/skus';
23
// GET, POST, PUT
24
public const GLOBAL_APPLICATION_COMMANDS = 'applications/:application_id/commands';
25
// GET, PATCH, DELETE
0 commit comments