vscord
vscord copied to clipboard
Change status icon for each language?
If a user has specified an icon with the name of a file extension (in their own discrod app), use it.
This will require a REST call to discord api, i don't think that will be a good idea to implement, but i will leave this open for discussion on how many people want it
It should theoretically be possible to use any image URL without making a request to the REST API. Instead of specifying an image key, you could specify an image URL.
I'm not sure about the implementation of Discord RPC used in vscord, but here's a minimal example with discord-rpc