Table of Contents

Method DeleteGuildRoleAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

DeleteGuildRoleAsync(ulong, ulong, string)

Deletes a role

public Task DeleteGuildRoleAsync(ulong guildId, ulong roleId, string reason)

Parameters

guildId ulong

Guild ID

roleId ulong

Role ID

reason string

Reason why this role was deleted

Returns

Task