From 65292763e6c27e51e415effffe9b470ac108676c Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 2 Dec 2023 21:29:32 -0500 Subject: [PATCH] Add Welcome-Message.md Initialize file, insert data, format --- Welcome-Message.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Welcome-Message.md diff --git a/Welcome-Message.md b/Welcome-Message.md new file mode 100644 index 0000000..002fb0e --- /dev/null +++ b/Welcome-Message.md @@ -0,0 +1,58 @@ +# Here's how to set a Welcome message with SickGamingBot + +```Syntax: -welcomeset``` +Sets welcome module settings + +Subcommands: +* bot - Special greeting for bots. +* embed - Set various embed options. +* goodbye - Manage goodbye messages. +* greeting - Manage welcome messages +* settings - Show the servers welcome settings +* whisper - Sets whether or not a DM is sent to the new user + +--- + +```Syntax: -welcomeset embed``` +Set various embed options. + +Subcommands: +* author - Toggle the author field being filled in the embed. +* colour - Set the embed colour. +* footer - Set the embed footer. +* icon - Set the embed icon image. +* image - Set embed image options. +* mention - Toggle mentioning the user when they join. +* thumbnail - Set the embed thumbnail image. +* timestamp - Toggle the timestamp in embeds. +* title Set - the embed title. +* toggle - Toggle embed messages. + +--- + +```Syntax: -welcomeset greeting``` +Alias: -welcomeset welcome +Manage welcome messages + +Subcommands: +* add Adds a greeting message format for the guild to be chosen a... +* allowedmentions Determine the bots allowed mentions for greetings +* channel Sets the channel to send the greeting message. +* count Turns on/off showing how many users join each day. +* deleteafter Set the time after which a greeting message is dele... +* deleteprevious Turns on/off deleting the previous greeting mess... +* filter Set what to do when a username matches the bots filter. +* Subcommands: (continued) +* grouped Set whether to group greeting messages +* list Lists the greeting messages of this guild and allows editi... +* minimumage Set the minimum number of days a user account must b... +* test Test the greeting message deleted after 60 seconds. +* toggle Turns on/off welcoming new users to the guild. + + +Example Commands: +``` +-welcomeset embed title Look who just spawned.. +-welcomeset embed icon https://cdn.discordapp.com/avatars/691452746632658954/1521ca5ce3b930f92aef0d7ff109cdb1.png?size=1024 +-welcomeset greeting test +``` \ No newline at end of file