mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix(types): camelize pack_id field (#934)
This commit is contained in:
@@ -5,7 +5,7 @@ export interface MessageSticker {
|
||||
/** id of the sticker */
|
||||
id: string;
|
||||
/** id of the pack the sticker is from */
|
||||
pack_id: string;
|
||||
packId: string;
|
||||
/** Name of the sticker */
|
||||
name: string;
|
||||
/** Description of the sticker */
|
||||
|
||||
Reference in New Issue
Block a user