Skip to content

Commit d628426

Browse files
committed
✨ Add endpoints for application emojis
1 parent 28525c0 commit d628426

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ class Endpoint
2121
// GET
2222
public const APPLICATION_SKUS = 'applications/:application_id/skus';
2323
// GET, POST
24+
public const APPLICATION_EMOJIS = 'applications/:application_id/emojis';
25+
// GET, PATCH, DELETE
26+
public const APPLICATION_EMOJI = 'applications/:application_id/emojis/:emoji_id';
27+
// GET, POST
2428
public const APPLICATION_ENTITLEMENTS = 'applications/:application_id/entitlements';
2529
// DELETE
2630
public const APPLICATION_ENTITLEMENT = 'applications/:application_id/entitlements/:entitlement_id';

0 commit comments

Comments
 (0)