Skip to main content

Sticky messages

With this Module, The Bot sends a message everytime a user send a message. after the User sends a message in a channel that you choose, the Bot will send a message to appear it at the bottom of the channel. This is useful for sending reminders or important information to users in a channel.


Channel image

type: Channel Select

required: true

Here, you can select the channel where the sticky message will be sent.


Message image

type: Message Editor

required: true

Here, you can configure the message that will be sent in the selected channel. You can set the content of the message, and you can also use variables to customize the message:

%botName% - The bot's name
%botID% - The bot's user ID
%botAvatar% - URL of the bot's avatar
%botTag% - The bot's full tag (e.g. Bot#1234)
%botMention% - A clickable mention of the bot
%guildName% - The server's name
%guildID% - The server's ID
%guildIcon% - URL of the server's icon
%timestamp% - Short date & time, in the viewer's timezone
%shortTime% - Short time (e.g. 4:20 PM)
%longTime% - Long time (e.g. 4:20:30 PM)
%shortDate% - Short date (e.g. 04/05/2026)
%longDate% - Long date (e.g. April 5, 2026)
%shortDateTime% - Short date & time
%longDateTime% - Long date & time
%relativeTime% - Relative time (e.g. 2 minutes ago)

Respond to Bots image

type: Boolean (AKA True/False)

required: false

recommended: false

Here, you can choose whether the bot should respond to messages sent by other bots. If you enable this option, the bot will send the sticky message even if the message was sent by another bot. If you disable this option, the bot will only respond to messages sent by human users. This can be useful if you want to avoid cluttering the channel with sticky messages from bots.