ejectGroupMember
Ejects residents from the group.
Bot.ejectGroupMember(avatar, groupuuid);Input
Variable | Required | Description |
|---|---|---|
| yes | The UUID of the resident |
| yes | The UUID of the group |
Output
Function returns a Promise with the following data:
Variable | Type | Description |
|---|---|---|
| bool | True if command completed successfully |
| string | Error string if command has failed |
Comments
If you are using a custom role (other than "Everyone") you need additional abilities for your bot. Read this for details.