Discord plugin overrides custom set images
I am setting a custom image for a bunch of soundboard buttons, but whenever OpenDeck restarts the images get reset with the default Discord image.
Is there a way to override this behavior?
7 Replies
Take it up with Elgato, unfortunately
If and when I make my own Discord plugin I won't overwrite images
But that's a big 'if'
It doesn't override in the official Elgato app. Is there a guide on making an Open Source plugin? I have limited experience in JS/Typescript but I could figure it out if needed.
Essentially you could just use the elgato guides on how to make a plugin. But you can also make an Opendeck exclusive one.
JS/TS is perfect actually because this is a great library for it
https://github.com/xhayper/discord-rpc
GitHub
GitHub - xhayper/discord-rpc: a fork of discordjs/RPC
a fork of discordjs/RPC. Contribute to xhayper/discord-rpc development by creating an account on GitHub.
And then you can use the Elgato guides for making a Node.js plugin but ignore using the CLI if I remember correctly because the Elgato CLI assumes Windows
Not windows but it needs the official elgato streamdeck software.
Sure, you know what I mean.