Class GuildCreateEventArgs
Represents arguments for GuildCreated event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildCreateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild that was created.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |