From 084318c762e994c7a47ccfecff67b955fff2b95a Mon Sep 17 00:00:00 2001 From: Andrin <65789180+Puncher1@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:37:32 +0200 Subject: [PATCH] [docs] Remove pack_id attribute from Sticker [docs] Remove unnecessary pack_id --- discord/sticker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/discord/sticker.py b/discord/sticker.py index b82f6af20..e17f0a5dd 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -280,8 +280,6 @@ class Sticker(_StickerTag): The id of the sticker. description: :class:`str` The description of the sticker. - pack_id: :class:`int` - The id of the sticker's pack. format: :class:`StickerFormatType` The format for the sticker's image. url: :class:`str`