Class ZombiedEventArgs
Represents arguments for Zombied event.
Namespace: KSharpPlus.EventArgs
Assembly: KSharpPlus.dll
Syntax
public class ZombiedEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceFailures
Gets how many heartbeat failures have occured.
Declaration
public int Failures { get; }
Property Value
Type | Description |
---|---|
Int32 |
GuildDownloadCompleted
Gets whether the zombie event occured whilst guilds are downloading.
Declaration
public bool GuildDownloadCompleted { get; }
Property Value
Type | Description |
---|---|
Boolean |