removeRole

open fun removeRole(role: Role): CompletableDeferred<NoResult>(source)

Removes a role from this member.

Return

A future that completes with an empty result.

Parameters

role

The role to remove.