You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: