Boost messages

Information

Send an automatic message in a channel when a user boosts your server, with raw text or embed code.

pageVariables

Parameters

Name

Function

--self_destruct (seconds)

Deletes boost message after x seconds

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

Usage examples

//add boost message
boosts add #channel {embed}$v{description: {user.mention} just boosted {boost.count} {boost.time_word}}

//add boost message w/ self destruct timer
boosts add #channel {user.mention} just boosted! --self_destruct 10

//remove boost message
boosts remove #channel

//view boost message
boosts view #channel

Last updated