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