Greet your newly joins with highly customizable messages on server channels or in Direct Messages!
This addon also servers purpose of a Template Addon for users to learn BrayanBot Development.
YAML:
MemberJoin:
Enabled: true
# Roles to give on member join
Roles:
- Member
GiveBackupRolesOnJoin: true
BlacklistedBackupRoles:
- Friends
DirectMessage: true
# channel - Sends a message via normal bot
# webhook - Sends a message via webhook
Type: channel
# Channel name/id required to send message if type is channel
Channel: main-chat
# Webhook url is required to send message if type is webhook
WebhookURL: https://discord.com/api/webhooks/WEBHOOK-ID/WEBHOOK-TOKEN
MemberLeave:
Enabled: true
# Required for MemberJoin.GiveBackupRolesOnJoin
SaveRolesOnLeave: true
# Type channel - Sends a message via normal bot
# Type webhook - Sends a message via webhook
Type: channel
# Channel name/id required to send message if type is channel
Channel: main-chat
# Webhook url is required to send message if type is webhook
WebhookURL: https://discord.com/api/webhooks/WEBHOOK-ID/WEBHOOK-TOKEN
YAML:
MemberJoin:
DirectMessage:
- Content: Welcome {user-mention} Leave your weapons by the door.
Messages:
- Content: "{user-mention} just joined the server - glhf!"
- Content: "{user-mention} just joined. Everyone, look busy!"
- Content: "{user-mention} joined. You must construct additional pylons."
- Content: Welcome {user-mention} Leave your weapons by the door.
- Content: "{user-mention} just joined. Hide your bananas."
- Content: "{user-mention} hopped into the server. Kangaroo!!"
- Content: A {user-mention} has spawned in the server. {membercount} players
joined till now!
- Content: Welcome, {user-mention} We were expecting you ( ͡° ͜ʖ ͡°)
- Content: Swoooosh. {user-mention} just landed.
MemberLeave:
Messages:
- Content: "{user-tag} just left the server."
- Content: "{user-tag} just left. Everyone, pretend to be sad. 🥺 Only
{membercount} members left.."