Skip to content

Commit 233dbc2

Browse files
committed
Add endpoint for application SKUs
1 parent 8b580ed commit 233dbc2

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
@@ -18,6 +18,8 @@ class Endpoint
1818
// GET
1919
public const GATEWAY_BOT = self::GATEWAY.'/bot';
2020

21+
// GET
22+
public const APPLICATION_SKUS = 'applications/:application_id/skus';
2123
// GET, POST, PUT
2224
public const GLOBAL_APPLICATION_COMMANDS = 'applications/:application_id/commands';
2325
// GET, PATCH, DELETE

0 commit comments

Comments
 (0)