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

Remove need for people to create their own Discord apps for installation #8

Open
clandrew opened this issue Dec 28, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@clandrew
Copy link
Owner

When I was first getting my feet wet in the Discord platform I thought this was necessary, but it's not really.

@clandrew clandrew changed the title Remove need for people to create their own apps for installation Remove need for people to create their own Discord apps for installation Dec 28, 2019
@clandrew clandrew added the enhancement New feature or request label Feb 26, 2020
@derekgates
Copy link
Contributor

I can certainly help with this but I am confused how to achieve this without an Application ID?

https://discordapp.com/developers/docs/rich-presence/how-to#initialization

Once you've created your application, note and save your Client ID. You will need this to initialize the SDK; this value will be referred to throughout this documentation as both client_id and application_id.

To begin, you'll register your callback functions to the six DiscordEventHandlers and then call Discord_Initialize() with your APPLICATION_ID.

Is there a way to reuse an Application that isn't added by Discord themselves (such as how Spotify is set up)?

@clandrew
Copy link
Owner Author

@derekgates
Copy link
Contributor

Well isn't that an interesting project as well!

I wonder if that is an already existing and Discord ratified application ID instead of how we are trying to approach it.

If we submit the application to Discord then it can be baked into their servers... https://discordapp.com/developers/docs/game-and-server-management/how-to-get-your-game-on-discord#getting-approved ?

@clandrew
Copy link
Owner Author

I think addressing this issue will be 90% investigation and 10% coding the thing

@Scr34mik
Copy link

Scr34mik commented Nov 15, 2021

Hi, i'm +1 to this. Ive created an app within discord. But every time i'm uploading assets, they disappear.
(and yes im pressing "save changes" button every time i upload them).

EDIT:
After like ~30 minutes all my attempts have appeared in the aseets tab:
image

@Neo-Desktop
Copy link

Neo-Desktop commented May 18, 2023

just FYI - foobar 2000's plugin just provides a default application ID created by the developer

https://github.com/TheQwertiest/foo_discord_rich/blob/4ea836574b1dc1b6d5d38fd8b66895538ee77710/foo_discord_rich/fb2k/config.cpp#LL18C32-L18C32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants