Open ajloveslily14 opened 6 years ago
The bot has to be updated with a later JDA version to support animated emojis, and rich presence is a local client process through RPC (and not a selfbot function) -- see https://github.com/jagrosh/DiscordIPC/blob/master/README.md for an example implementation.
I'll update the library soon to add support for animated emojis (will require a slight modification to the command as well, but fairly trivial). And yeah, Rich Presence won't be added to this selfbot; it's much better to use the officially-documented method of IPC.
Cool sounds good. Yeah I wasn't sure if the rick presence was just the same as selfbot with just sending http requests to discord or something else heh.
any update?
Currently using the emote command on a animated emoji fails. Also was wondering if the set game command could add rich presence support(if that can even be done)