📕 Conditions
Member / Bot is in Thread
|Since|v4.0.0|class:version|
Check if a specific member or bot is in a guild thread. Useful to avoid exception while using join & leave effects.
ChannelType
|Since|v4.0.0|class:version|
No description provided.
Member Has Permissions
|Since|v4.0.0|class:version|
Check if a member has permissions in an optional channel.
Member Has Role
|Since|v4.0.0|class:version|
Check if a member has a specific role.
Is Attachment Audio
|Since|v4.12.0|class:version|
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
|Since|v4.0.0|class:version|
Check either the provided user is a discord bot or not.
Message is From Guild
|Since|v4.0.0|class:version|
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
|Since|v1.7|class:version|
See if a specific attachment is an image.
Is Attachment Spoiler
|Since|v1.7|class:version|
See if a specific attachment is marked as a spoil.
Is Attachment Video
|Since|v1.7|class:version|
See if a specific attachment is a video.
BotIsLoaded
|Since|v4.0.0|class:version|
No description provided.
EmoteIsAnimated
|Since|v4.0.0|class:version|
No description provided.
EmoteIsEmote
|Since|v4.0.0|class:version|
No description provided.
Tag Required
|Since|v4.0.0|class:version|
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
|Since|v4.0.0|class:version|
Return true if the message was edited. Because of discord limitations, we cannot get the editing date.
Is Ephemeral
|Since|v4.0.0|class:version|
Return true if the message was ephemeral, e.g. private / hidden. Action on hidden messages are limited.
Is Pinned
|Since|v4.0.0|class:version|
Return true if the message is pinned.
Is Posted
|Since|v4.0.0|class:version|
Return true if the message is posted, means sent in every guild that follow this news channel.
Is TTS
|Since|v4.0.0|class:version|
Return true if the message is TTS (TextToSpeech).
Profile Has Banner
|Since|v4.0.0|class:version|
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
|Since|v4.8.0|class:version|
Check if a thread is archived or not.
Thread Is Locked
|Since|v4.8.0|class:version|
Check if a thread is locked or not.
Thread Is Public
|Since|v4.8.0|class:version|
Check if a thread is public or not.