$findGuild
$findGuild
will attempt to find a guild which is matching with the given query.
Usage
$findGuild[guildResolver]
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildResolver | string | Query which is used to find the guild. | true |
Example(s)
This will search for a guild:
1client.command({2 name: "findGuild",3 code: `4 $findGuild[any-server-name]5 `6});