Have butlerbot provide an embedded message with some funny information/helpful links.
Returns:
string -- embedded message to discord text channel
Members
-
inner addFields :Array.<string>
-
-
inner author :Array.<string>
-
-
inner color :string
-
-
inner description :string
-
-
inner, constant embed
embedded message object
-
-
inner footer :string
-
-
inner image :string
-
-
inner thumbnail :string
-
-
inner title :string
-
-
inner url :string
-
Methods
-
inner embedMessage(color, title, url, author, description, thumbnail, image, footer) → {Object}
create and generate the embedded message
-
Parameters:
Name Type Description colorstring color hex code for background of embed image
titlestring title of the embedded message
urlstring link when title is clicked
authorstring embedded message author, author image, and link when author is clicked
descriptionstring text below title to described embedded message
thumbnailstring thumbnail image
imagestring upper right corner image
footerstring display at end of embedded message
Returns:
Object -embed
-
inner execute(client, message) → {string}
-
Parameters:
Name Type Description clientstring discord bot object, allows us to include certain information about the bot itself
messagestring command, used to determine which channel to return results
Returns:
string -embedded message