From 1c6f3c5ff1f8ac0fd0f49280a0309d656c918b33 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 30eb62c70..96deef475 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -258,8 +258,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`