| Name | <DiscordGroupTag.member[<name>]> |
| Returns | DiscordUserTag |
| Description | Returns the group member that best matches the input name, or null if there's no match.
For input of username#id, will always only match for the exact user. For input of only the username, return value might be unexpected if multiple members have the same username (this happens more often than you might expect - many users accidentally join new Discord groups from the web on a temporary web account, then rejoin on a local client with their 'real' account). |
| Requires | dDiscordBot |
| Source | https://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordGroupTag.java#L237 |