# Community Handler
# Constructor
new Biscord.CommandHandler( guilds, CommunityOptions )
1
| PARAMETER | TYPE | OPTIONAL | DESCRIPTION | DEFAULT |
|---|---|---|---|---|
| guilds | Array (opens new window) | ✓ | The guilds this handler applies to. | [ 'all' ] |
| CommunityOptions | Array (opens new window) | ✓ | The options on how to handle your Communities. | false |
# Methods
# automaticRoles( roles )
Client will add these roles to recently joined members.
| PARAMETER | TYPE | OPTIONAL | DESCRIPTION |
|---|---|---|---|
| roles | Array (opens new window) | ⨯ | The roles to add to recently joined members. |
Returns: none
# destroy( )
Destroy this instance.
Returns: none