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

Embed Colour #34

Closed D4RKLUCIF3R closed 7 years ago

D4RKLUCIF3R commented 7 years ago

Getting Default Embed Colour Pink How to change it

jagrosh commented 7 years ago

When using the embed command (self.embed) it provides you with a list of items you can include (if you don't provide any arguments). To use a color in your custom embed, include {color:#HEX} (replacing HEX with a hex code, like AAFF99; self.embed {color:#AAFF99}.

All other embeds (help, todo list, etc) use the same color as your role, and are not configurable)