Table of Contents

Event ThreadCreated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

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

public event AsyncEventHandler<DiscordClient, ThreadCreateEventArgs> ThreadCreated

Returns

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