Class GuildUpdateEventArgs
Represents arguments for GuildUpdated event.
Namespace: KSharpPlus.EventArgs.Guild
Assembly: KSharpPlus.dll
Syntax
public class GuildUpdateEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceGuildAfter
Gets the guild after it was updated.
Declaration
public KuracordGuild GuildAfter { get; }
Property Value
Type | Description |
---|---|
KuracordGuild |
GuildBefore
Gets the guild before it was updated.
Declaration
public KuracordGuild GuildBefore { get; }
Property Value
Type | Description |
---|---|
KuracordGuild |