delete method

Future<void> delete()

Deletes the role.

Implementation

Future<void> delete() async =>
    client.httpEndpoints.deleteRole(guild.id, this.id);