Welcome messages

Information

Add or remove a welcome/goodbye message in a channel with embed code or raw text and variables. You can visit the following link to view a list of all variables available for embed code and raw text:

pageVariables

Parameters

Name

Function

--self_destruct (seconds)

Deletes welc/gbye message after x seconds

The self destruct parameter will only accept 6 seconds minimum, and 60 seconds maximum.

Usage examples

//add welc message
welcome add #channel {embed}$v{description: welcome to {guild.name}, {user.mention}!}

//add welc message w/ self destruct timer
welcome add #channel hi {user.mention} --self_destruct 10

//remove welc message
welcome remove #channel

Last updated