jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
99 stars 55 forks source link

Animated emojis, and a suggestion. #77

Open ajloveslily14 opened 6 years ago

ajloveslily14 commented 6 years ago

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)

shikhir-arora commented 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.

jagrosh commented 6 years ago

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.

ajloveslily14 commented 6 years ago

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.

ajloveslily14 commented 6 years ago

any update?