-
Notifications
You must be signed in to change notification settings - Fork 185
feat: Adding url property for getting emoji's url from the emoji's icon
#783
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
Conversation
Co-authored-by: Max <[email protected]>
Co-authored-by: Max <[email protected]>
Co-authored-by: Max <[email protected]>
|
OK, with the help of Max, I think this is ready to be merged. |
|
Noted! Just note that this PR is on hold the bug fix PRs are merged. |
Toricane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small docstring suggestion
Co-authored-by: Toricane <[email protected]>
Toricane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
About
This pull request is about adding an
urlproperty underinteractions.Emoji. Currently, the only way to get the emoji's id is by getting the emoji's id, then create an url with/emojis/{emoji.id}.pngor/emojis/{emoji.id}.gifif that emoji is an animated one. The propertyurlwill make it easier to get the emoji's URL.Checklist
pre-committo format and lint the change(s) made.3.8.6and higher.urlproperty for getting theEmoji's URL #782