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 Sep 9, 2020. It is now read-only.
What the bot will react with when a command is successful.
error
Type: string
What the bot will react with when a command errors.
warning
Type: string
What the bot will react with when it needs to warn a user of something.
embedColors
default
Type: string (Hex Code)
The default color of embeds.
error
Type: string (Hex Code)
Used as the embed color when a command errors.
warning
Type: string (Hex Code)
Used as the embed color when a command errors.
sucess
Type: string (Hex Code)
Used as the embed color when a command succeeds.
embedFooter
Type: Function
Params: msg: DiscordMessage
Every message must have a footer, this is where you define it. Since this is a full-on javascript function you can use the message object to include info on the author