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

Document application emoji endpoints #7010

Merged
merged 4 commits into from
Jul 18, 2024
Merged

Document application emoji endpoints #7010

merged 4 commits into from
Jul 18, 2024

Conversation

Rodentman87
Copy link
Contributor

Documents all the endpoints for managing application owned emoji

@Rodentman87 Rodentman87 requested a review from a team as a code owner July 18, 2024 19:40
@Rodentman87 Rodentman87 requested review from shaydewael and removed request for a team July 18, 2024 19:40

## List Application Emojis % GET /applications/{application.id#DOCS_RESOURCES_APPLICATION/application-object}/emojis

Returns an object containing a list of [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) objects for the given application under the `items` key. Includes `user` fields.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Returns an object containing a list of [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) objects for the given application under the `items` key. Includes `user` fields.
Returns an object containing a list of [emoji](#DOCS_RESOURCES_EMOJI/emoji-object) objects for the given application under the `items` key. Includes a `user` object for the team member that uploaded the emoji from the app's settings, or for the bot user if uploaded using the API.

Copy link
Contributor

Choose a reason for hiding this comment

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

optional edit, i think the question of "what does the user object represent" will be asked

@Rodentman87 Rodentman87 merged commit 90d15b4 into main Jul 18, 2024
4 checks passed
@Rodentman87 Rodentman87 deleted the application-emoji branch July 18, 2024 20:31
@Vendicated
Copy link
Contributor

Vendicated commented Jul 18, 2024

This is cool but it would be really useful to be able to either

  • (bulk) copy / paste emojis from one app to another
  • or, preferred, upload emojis to your team / user account and have it be usable by all your apps

I use different apps for development / production versions of the same bot, and I generally re-use emotes across all my apps. I think this is a very common use case

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.

3 participants