Skip to content

Commit

Permalink
adds welcome embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravexburn committed Feb 4, 2019
1 parent e303338 commit bf37702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/helpfunctions.js
Expand Up @@ -71,6 +71,7 @@ module.exports = (bot = Discord.Client) => {
embed.addField(`${prefix}starboard emoji remove`, "Remove an emoji from the list of valid emoji for pinning messages to the starboard.");
embed.addField(`${prefix}starboard number <number>`, "Sets the number of reactions required to pin messages on the board.");
embed.addField(`${prefix}toggle starboard`, "Toggles the starboard functionality.");
embed.addField(`${prefix}toggle greeterembed`, "Toggles welcome between embed and non-embed.");
embed.setFooter("If you have any other questions please contact Rave#0737");
};

Expand Down

0 comments on commit bf37702

Please sign in to comment.