Feature Request - Discord Rich Presence
Is it possible to make a plugin that auto make a custom discord rich presence and link it to specific account like Vscode does ?
Look here to know what I'm talking about: https://k.top4top.io/p_28728rsgp0.jpg
Is it possible to make a plugin that auto make a custom discord rich presence and link it to specific account like Vscode does ?
Look here to know what I'm talking about: https://k.top4top.io/p_28728rsgp0.jpg
It's not possible the way vscode's discord rich presence does. As it uses IPC via @xhayper/discord-rpc npm which only supports via desktop app so it's not possible in Android. But it's possible to create something like authorise the discord account to the bot and get the discord user's access to set activity.
You could try to do it, but it's not very safe as it goes against discord's TOS and could end up banning your account, as well as being a somewhat unproven task for managing events.
You could try to do it, but it's not very safe as it goes against discord's TOS and could end up banning your account, as well as being a somewhat unproven task for managing events.