Table of Contents

Event GuildRoleCreated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when a guild role is created. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildRoleCreateEventArgs> GuildRoleCreated

Returns

AsyncEventHandler<DiscordClient, GuildRoleCreateEventArgs>
Fired when a guild role is created. For this Event you need the intent specified in