Event GuildMemberTimeoutAdded
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a guild member timeout gets added. For this Event you need the GuildModeration intent specified in Intents
public event AsyncEventHandler<DiscordClient, GuildMemberTimeoutAddEventArgs> GuildMemberTimeoutAdded
Returns
- AsyncEventHandler<DiscordClient, GuildMemberTimeoutAddEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.