Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
Welcome & Leave Notifications

BrayanBot Source Welcome & Leave Notifications 1.4.0

No permission to download
Welcomer-01.png


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.
Configuration-01.png

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.."

Discord-01.png
Author
Zorino
Downloads
104
Views
1,193
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Zorino

Latest updates

  1. Update 1.3.0

    • Roles are now saved to database when member leaves the server to give them back when joined...
  2. Update 1.2.0

    • Fixed Error 404
Back
Top