Skip to main content

Introduction

jar can greet your members with a custom message when they join your server. You can setup many welcomers - each with their own channel and message.

Setting up a welcomer

To setup a welcomer, simply use the welcomer add command, followed by the channel and message you’d like to use.
Embeds are supported in the message, you can use the embed builder to create one.
welcomer add <channel> <message>
,,welcomer add #general Welcome to the server!
,,welcomer add #general {embed}$v{title: Welcome to the server!}$v{description: Enjoy your stay!}$v{content: {user.mention}}

Viewing a welcomer

To view a welcomer, simply use the welcomer view command, followed by the channel you’d like to view. This will send the message you set up for the welcomer in the channel you specified.
welcomer view <channel>
,,welcomer view #general

Editing a welcomer

To edit a welcomer, simply use the welcomer edit command, followed by the channel and message you’d like to use. This will overwrite the previous message you set up for the welcomer in the channel you specified.
welcomer edit <channel> <message>
,,welcomer edit #general Welcome to the server!
,,welcomer edit #general {embed}$v{title: Welcome to the server!}$v{description: Enjoy your stay!}$v{content: {user.mention}}

Listing welcomers

To list all welcomers in your server, simply use the welcomer list command. This will show you all the welcomers, along with their channel and message.
welcomer list
,,welcomer list

Removing a welcomer

To remove a welcomer, simply use the welcomer remove command, followed by the channel you’d like to remove.
welcomer remove <channel>
,,welcomer remove #general

Resetting all welcomers

To reset all welcomers in your server, simply use the welcomer reset command.
welcomer reset
,,welcomer reset