jagrosh / Selfbot

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

Custom emotes? #40

Closed XemeriusDev closed 6 years ago

XemeriusDev commented 6 years ago

I haven't understood how can I add a custom emote?

spotlightishere commented 6 years ago

I'm gonna assume self. is your selfbot's prefix here.

self.set myEmote text to replace

Then, to use the emote, just type :myEmote:. It'll convert, as shown below: Emote replaced

You can list emotes by doing self.list.

Note that selfbot emotes aren't the same as custom emoji provided by say a global server or on the server itself. You could upload an image of an emote you'd like to use everywhere, grab the URL of the image and add that as an emote.

jagrosh commented 6 years ago

In addition to the guide above, I've now added a wiki page that should explain these: https://github.com/jagrosh/Selfbot/wiki/Emojis