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 sticker support #5946

Merged
merged 25 commits into from
Nov 23, 2020
Merged

Add sticker support #5946

merged 25 commits into from
Nov 23, 2020

Conversation

Zomatree
Copy link
Contributor

Summary

Adds sticker support to discord.py, this doesn't add any new endpoints just the stuff on the message class.

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

discord/message.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
Zomatree and others added 4 commits October 18, 2020 03:42
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
discord/sticker.py Outdated Show resolved Hide resolved
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Copy link

@boyscoutwyatt boyscoutwyatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all looks good

discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Show resolved Hide resolved
discord/message.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
docs/api.rst Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
discord/sticker.py Show resolved Hide resolved
discord/sticker.py Outdated Show resolved Hide resolved
@Rapptz Rapptz added this to the v1.6 milestone Nov 22, 2020
Zomatree and others added 8 commits November 22, 2020 23:59
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Copy link
Owner

@Rapptz Rapptz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine. I'm unsure on the stability of the tags attribute and whether there's any weird gotchas with it when it's split by comma.

@Rapptz Rapptz merged commit 344cb96 into Rapptz:master Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants