From bf377029cdc046a4619591c2849d3c1c02f2b895 Mon Sep 17 00:00:00 2001 From: Rave Date: Mon, 4 Feb 2019 16:55:10 -0500 Subject: [PATCH] adds welcome embed --- functions/helpfunctions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/helpfunctions.js b/functions/helpfunctions.js index a6ce833..3dadb65 100644 --- a/functions/helpfunctions.js +++ b/functions/helpfunctions.js @@ -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 `, "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"); };