Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stickerpacks feature #7

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down Expand Up @@ -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 |
Expand Down