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