Replies: 1 comment 2 replies
-
|
Presence API only accepts images that are either uploaded as assets for an app on discord.com/developers portal, or a direct URL to an image hosted anywhere on the internet. In first instance you pass a name of an asset to API, in second - just the URL. Local files aren't supported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I had a quick question on how you are serving your images to the Discord RPC client. I'm not too proficient with C#, so I was hoping you could give me a quick explanation on how it works. Are you feeding the RPC client the local path of the user specified file, or perhaps hosting it on a local port and giving the URL to the RPC client? Thanks for your time, any help is appreciated. (sorry for creating an issue for this, i forgot discussions existed)
Beta Was this translation helpful? Give feedback.
All reactions