Docs/Plugins

Welcome message plugin

Send a configurable welcome message when members join your server.

#Configuration

yaml
plugins:
  welcome_message:
    enabled: true
    config:
      channel_id: "1234567890123456789"
      message: "Welcome {user} to **{guild}**!"
    overrides:
      - level: ">=50"
        config:
          can_set: true
          can_test: true
          can_disable: true
FieldDescription
channel_idText channel for welcome messages
messageTemplate with {user} and {guild} placeholders

#Commands

CommandPermissionDescription
/welcome setcan_setSet the welcome channel and message
/welcome testcan_testSend a test welcome message
/welcome disablecan_disableTurn off welcome messages

#Requirements

  • The bot needs Send Messages in the welcome channel.
  • Bot accounts joining the server are ignored.