Member Activities (Expression) — DiSky

Addon: DiSky · Category: Expression · Since: 4.29.0

Syntax

[all] [the] [member] activit(y|ies) of %member%

Description

Returns all activities of a member (playing, streaming, listening, watching, custom status, competing). If the member has no activity, this returns an empty list.

Requires CacheFlag.ACTIVITY to be enabled on the bot, along with the GUILD_PRESENCES intent.

Examples

set {_activities::*} to activities of event-member
loop activities of event-member:
	broadcast "%activity text of loop-value% (%activity type of loop-value%)"

View source