Event GuildAvailable
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a guild is becoming available. For this Event you need the Guilds intent specified in Intents
public event AsyncEventHandler<DiscordClient, GuildCreateEventArgs> GuildAvailable
Returns
- AsyncEventHandler<DiscordClient, GuildCreateEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.