Class GuildUpdateEventArgs
Represents arguments for Guild
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 |
---|---|
Kuracord |
GuildBefore
Gets the guild before it was updated.
Declaration
public KuracordGuild GuildBefore { get; }
Property Value
Type | Description |
---|---|
Kuracord |