Browse Source
[docs] Remove pack_id attribute from Sticker
[docs] Remove unnecessary pack_id
pull/9932/head
Andrin
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
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` |
|
|
|