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