Is Attachment Spoiler (Condition) — DiSky

Addon: DiSky · Category: Condition · Since: 1.7

Syntax

att[achment[s]] %attachment% is [a] spoil[er]

Description

See if a specific attachment is marked as a spoil.

Examples

loop attachments of event-message:
	if loop-value is a spoiler:
		reply with "This attachment is marked as spoiler!"

View source