MarcTowler / discord-bot

BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Add Welcome Module #18

Closed MarcTowler closed 5 years ago

MarcTowler commented 5 years ago

Adding a welcome module to the bot to reduce the need for GAIUS, using the onGuildMemberAdd event. Required info in the output is similar to:

Gaius CicereiusBOTToday at 1:40 PM $plain: Welcome to %guild% %user% $title: To gain membership and full access to the %guild% server, please perform the following steps: $desc: 1: Set your Discord nickname for this server to your Bungie gamer tag or B.net ID 2: Confirm your age 3: Confirm the Bungie Clan you have joined, eg G4G Orion 4: Accept the invitation to join our Guilded page, authorizing with your Discord details $thumb: https://i.imgur.com/IdGhpsp.png $color: #4FDCFF

MarcTowler commented 5 years ago

Sorted and tested on stream tonight, only slight concern is the member's id is being exposed instead of username, testing to finish later