From 0202dba597b8f0f23114ca6b974a62dbce3c7c00 Mon Sep 17 00:00:00 2001 From: Soheab <33902984+Soheab@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:24:20 +0200 Subject: [PATCH] Add stickerpacks feature --- FEATURES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index ff7eb72..f007638 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -14,6 +14,7 @@ These are divided in different categories depending on the object or concept the - [Guild Scheduled Event](#guild-scheduled-event) - [Invite](#invite) - [Message](#message) + - [Sticker](#sticker) - [Webhook](#webhook) --- @@ -69,6 +70,13 @@ These are divided in different categories depending on the object or concept the | `POLL_RESULT` Type | Message type and field on messages with finished polls | Not Released | [GH-7050](https://github.com/discord/discord-api-docs/pull/7050) | [GH-9905](https://github.com/Rapptz/discord.py/pull/9905) | | | `PURCHASE_NOTIFICATION` Type | Message type | Not Released | [GH-6927](https://github.com/discord/discord-api-docs/pull/6927) | [GH-9906](https://github.com/Rapptz/discord.py/pull/9906) | | + +### Sticker + +| Feature | Description | Status | Discord Docs PR | discord.py PR | Notes | +|---------------|-------------------|--------------|-----------------------|---------------------|-------------| +| Sticker Packs | Adds support for getting sticker packs | Not Released | [GH-7065](https://github.com/discord/discord-api-docs/pull/7065) | [GH-9893](https://github.com/Rapptz/discord.py/pull/9909) | | + ### Webhook | Feature | Description | Status | Discord Docs PR | discord.py PR | Notes |