File tree Expand file tree Collapse file tree 8 files changed +52
-0
lines changed Expand file tree Collapse file tree 8 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,14 @@ export const Routes = {
856
856
return '/sticker-packs' as const ;
857
857
} ,
858
858
859
+ /**
860
+ * Route for:
861
+ * - GET `/sticker-packs/{pack.id}`
862
+ */
863
+ stickerPack ( packId : Snowflake ) {
864
+ return `/sticker-packs/${ packId } ` as const ;
865
+ } ,
866
+
859
867
/**
860
868
* Route for:
861
869
* - GET `/sticker-packs`
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ export interface RESTGetStickerPacksResult {
12
12
sticker_packs : APIStickerPack [ ] ;
13
13
}
14
14
15
+ /**
16
+ * https://discord.com/developers/docs/resources/sticker#get-sticker-pack
17
+ */
18
+ export type RESTGetAPIStickerPack = APIStickerPack ;
19
+
15
20
/**
16
21
* https://discord.com/developers/docs/resources/sticker#list-sticker-packs
17
22
*
Original file line number Diff line number Diff line change @@ -865,6 +865,14 @@ export const Routes = {
865
865
return '/sticker-packs' as const ;
866
866
} ,
867
867
868
+ /**
869
+ * Route for:
870
+ * - GET `/sticker-packs/{pack.id}`
871
+ */
872
+ stickerPack ( packId : Snowflake ) {
873
+ return `/sticker-packs/${ packId } ` as const ;
874
+ } ,
875
+
868
876
/**
869
877
* Route for:
870
878
* - GET `/sticker-packs`
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ export interface RESTGetStickerPacksResult {
12
12
sticker_packs : APIStickerPack [ ] ;
13
13
}
14
14
15
+ /**
16
+ * https://discord.com/developers/docs/resources/sticker#get-sticker-pack
17
+ */
18
+ export type RESTGetAPIStickerPack = APIStickerPack ;
19
+
15
20
/**
16
21
* https://discord.com/developers/docs/resources/sticker#list-sticker-packs
17
22
*
Original file line number Diff line number Diff line change @@ -856,6 +856,14 @@ export const Routes = {
856
856
return '/sticker-packs' as const ;
857
857
} ,
858
858
859
+ /**
860
+ * Route for:
861
+ * - GET `/sticker-packs/{pack.id}`
862
+ */
863
+ stickerPack ( packId : Snowflake ) {
864
+ return `/sticker-packs/${ packId } ` as const ;
865
+ } ,
866
+
859
867
/**
860
868
* Route for:
861
869
* - GET `/sticker-packs`
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ export interface RESTGetStickerPacksResult {
12
12
sticker_packs : APIStickerPack [ ] ;
13
13
}
14
14
15
+ /**
16
+ * https://discord.com/developers/docs/resources/sticker#get-sticker-pack
17
+ */
18
+ export type RESTGetAPIStickerPack = APIStickerPack ;
19
+
15
20
/**
16
21
* https://discord.com/developers/docs/resources/sticker#list-sticker-packs
17
22
*
Original file line number Diff line number Diff line change @@ -865,6 +865,14 @@ export const Routes = {
865
865
return '/sticker-packs' as const ;
866
866
} ,
867
867
868
+ /**
869
+ * Route for:
870
+ * - GET `/sticker-packs/{pack.id}`
871
+ */
872
+ stickerPack ( packId : Snowflake ) {
873
+ return `/sticker-packs/${ packId } ` as const ;
874
+ } ,
875
+
868
876
/**
869
877
* Route for:
870
878
* - GET `/sticker-packs`
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ export interface RESTGetStickerPacksResult {
12
12
sticker_packs : APIStickerPack [ ] ;
13
13
}
14
14
15
+ /**
16
+ * https://discord.com/developers/docs/resources/sticker#get-sticker-pack
17
+ */
18
+ export type RESTGetAPIStickerPack = APIStickerPack ;
19
+
15
20
/**
16
21
* https://discord.com/developers/docs/resources/sticker#list-sticker-packs
17
22
*
You can’t perform that action at this time.
0 commit comments