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