Table of Contents

Event ChannelCreated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

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

public event AsyncEventHandler<DiscordClient, ChannelCreateEventArgs> ChannelCreated

Returns

AsyncEventHandler<DiscordClient, ChannelCreateEventArgs>
Fired when a new channel is created. For this Event you need the intent specified in