-
Notifications
You must be signed in to change notification settings - Fork 511
Add Support for Kizzy Integration #1141
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
Comments
@Taki-Monroe Hey, Thanks for the Feature Request. But I'm unable to find what's supposed to be exposed by Acode. I tried finding it in the Kizzy Docs, But couldn't. I might've missed something could you link or tell what is needed to be exposed by the app & How? |
Rich Presence. Discord shows what you're playing or listening on Discord. (Like on Spotify / Genshin Impact) VsCode also have such plugin, showing rpc on discord while coding / browsing So you need to send data to discord's API so it can show RPC for user like how kizzy does. |
On Desktop/PC devices IPC or the sock connection exposed by Discord on those platforms. Discord on Android as per current date, Doesn't expose anything like that. So that's not possible with self botting your Discord Account. I clearly understood what use-case the issue the author was referring to. But my original question was:
|
That's why you send data manuelly to the Discord. Did you even check out Kizzy's code? |
Yes. But that's self-botting.
There's not much to looking into. In simple terms it's just a Discord Gateway Connection (Exchange your token, keep the connection active, send set Activity request, etc that's most of it.) |
Acode already supports plugins, so the easiest way might be to just build a small plugin that connects with the Kizzy app. Since Kizzy already handles the Discord side, Acode just needs to pass basic info like filename or language. Maybe @UnschooledGamer could collab with @kyoyacchi to make this happen? |
Not refusing to help, but members of this do not understand what I'm trying to say. |
Uh oh!
There was an error while loading. Please reload this page.
This is a feature request to add functionality in Acode that enables compatibility with Kizzy, a Discord Rich Presence manager for Android.
Proposed Features:
Reason for Request:
Acode is a widely used code editor on Android, and many developers want to share their coding activity on Discord through Rich Presence. Kizzy, a dedicated Rich Presence manager, could achieve this integration if Acode exposes the required data.
Developer's Note from Kizzy:
The Kizzy contributor mentioned that direct integration from Kizzy is not possible without Acode exposing the necessary data. They suggest implementing this feature on Acode's side to enable interoperability.
References:
The text was updated successfully, but these errors were encountered: