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

Standard stickers are now free #6265

Merged
merged 2 commits into from
Aug 24, 2023
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
12 changes: 6 additions & 6 deletions docs/resources/Sticker.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Incidentally the client will always use a name generated from an emoji as the va

###### Sticker Types

| Type | Value | Description |
| -------- | ----- | ----------------------------------------------------------------------------- |
| STANDARD | 1 | an official sticker in a pack, part of Nitro or in a removed purchasable pack |
| GUILD | 2 | a sticker uploaded to a guild for the guild's members |
| Type | Value | Description |
| -------- | ----- | ----------------------------------------------------- |
| STANDARD | 1 | an official sticker in a pack |
| GUILD | 2 | a sticker uploaded to a guild for the guild's members |

###### Sticker Format Types

Expand Down Expand Up @@ -102,9 +102,9 @@ Represents a pack of standard stickers.

Returns a [sticker](#DOCS_RESOURCES_STICKER/sticker-object) object for the given sticker ID.

## List Nitro Sticker Packs % GET /sticker-packs
## List Sticker Packs % GET /sticker-packs

Returns the list of sticker packs available to Nitro subscribers.
Returns a list of available sticker packs.

###### Response Structure

Expand Down