$memberSearch
Search for members with username or nickname in the server and get their information
Usage
$memberSearch[username/nickname;amount to return (Default is 1);separator (Default is ,);info to return (Default is id)]
Info To Return:
By default it is id
, but you can pick from:
id
: to return the found user id\username
: to return the found user's username\nickname
: to return the found user's nickname in the server\name
: to return the found user's display name in the server
You can also use combination of them, like
name (id)
to be replaced withMido (12345678901234567)
You can know more information about the user with the use of
$user
Amount to Return:
It determines how many users it will return if they match the query, by default it is 1
When multiple user returned, they will merged together with the
separator