Find Members With Nickname (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.9.0

Syntax

find [the] [discord] member[s] with [the] nick[( |-)]name %string% [ignor(e|ing) [the] case] (from|in) [the] [guild] %guild% and store (them|the member[s]) in %~objects%

Description

Find all members in a guild whose effective name (nickname or username) matches the given string. Add `ignoring case` to perform a case-insensitive search.

Examples

find members with nickname "Steve" in event-guild and store them in {_members::*}
find members with nickname "steve" ignoring case in event-guild and store them in {_members::*}

View source