Vibez
  • Vibez
  • Setup
    • 🤖Creating a bot
    • 🎮Configuring Roblox cmds
  • Commands
    • 📜Overview
    • 🎮Roblox
      • 🤖Systems
        • In-game ranking
        • Ranking center
        • App centre
      • ✅Verification
    • ⚙️Configuration
      • 📈Member counter
      • 👋Welcomer
      • 💡Custom commands (cc)
    • 🎟️Tickets
Powered by GitBook
On this page
  1. Commands
  2. Configuration

Welcomer

In this page, you will learn how to setup the welcomer.

PreviousMember counterNextCustom commands (cc)

Last updated 3 years ago

When someone joins/leaves your Discord server, the bot will send a message of your choice into a channel!

The welcomer command has a join and leave option.

Commands

  • To enable(true)/disable(false) this command, run /welcomer join enabled true|false

  • To choose the channel, run /welcomer join channel <#channel>

  • To customize the message, run /welcomer join message <message>

  • To enable(true)/disable(false) this command, run /welcomer leave enabled true|false

  • To choose the channel, run /welcomer leave channel <#channel>

  • To customize the message, run /welcomer leave message <message>

In the table there are variables and their descriptions which you are able to use in your welcomer message.

Variable
Description

{memberusername}

Shows the username of the member who joined/left. (Jacob.)

{membertag}

Shows the username and tag of the member who joined/left. (Jacob.#0001)

{memberid}

Shows the ID of the member who joined/left. (514350060515885058)

{membermention}

Mentions the user who joined/left. (@Jacob.#0001)

{server}

Show your server name in the message.

{membercount}

Shows the amount of people in your server currently.

⚙️
👋