Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 625 mechanisms...
Nameis_thread_archived
ObjectDiscordChannelTag
InputElementTag(Boolean)
Related Tags<DiscordChannelTag.is_thread_archived> Returns true if the thread is archived, or false if it is still open. (...)
DescriptionChanges whether this thread is archived.
Sourcehttps://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordChannelTag.java#L478