Conditions
Is Message Forwarded
Check if a message is a 'forwarded message' or not, basically a message that was sent from another channel.
Member / Bot is in Thread
Check if a specific member or bot is in a guild thread. Useful to avoid exception while using join & leave effects.
Member is muted
Check if a member is muted in a voice channel. You can specify if you want to get its guild or self state. Keep in mind the default condition (e.g. ... is muted
) will check both states!
Member is Deafened
Check if a member is deafened in a voice channel. You can specify if you want to get its guild or self state. Keep in mind the default condition (e.g. ... is deafened
) will check both states!
ChannelType
No description provided.
Member Has Permissions
Check if a member has permissions in an optional channel.
Member Has Role
Check if a member has a specific role.
Is Attachment Audio
Check if the specified attachement is an audio file (aka a vocal message).
If it is, you'll be able to use duration of attachment
expression.
User is Bot
Check either the provided user is a discord bot or not.
Message is From Guild
Check either a message related event come from a guild or from private messages. This condition work with every event where a message is sent / received.
Is Attachment Image
See if a specific attachment is an image.
Is Attachment Spoiler
See if a specific attachment is marked as a spoil.
Is Attachment Video
See if a specific attachment is a video.
BotIsLoaded
No description provided.
EmoteIsAnimated
No description provided.
EmoteIsEmote
No description provided.
Tag Required
Check if a forum channel require a tag to be set when creating a new post. Can be changed using the 'tag required' expression.
Is Edited
Return true if the message was edited. Because of discord limitations, we cannot get the editing date.
Is Ephemeral
Return true if the message was ephemeral, e.g. private / hidden. Action on hidden messages are limited.
Is Pinned
Return true if the message is pinned.
Is Posted
Return true if the message is posted, means sent in every guild that follow this news channel.
Is TTS
Return true if the message is TTS (TextToSpeech).
Profile Has Banner
Check if the specified profile have a custom banner set or not. Useful to manage either its banner URL of color accent.
Thread Is Archived
Check if a thread is archived or not.
Thread Is Locked
Check if a thread is locked or not.
Thread Is Public
Check if a thread is public or not.