Class GuildDownloadCompletedEventArgs
Represents arguments for GuildDownloadCompleted event.
Namespace: KSharpPlus.EventArgs.Guild
Assembly: KSharpPlus.dll
Syntax
public class GuildDownloadCompletedEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceGuilds
Gets the dictionary of guilds that just finished downloading.
Declaration
public IReadOnlyDictionary<ulong, KuracordGuild> Guilds { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<UInt64, KuracordGuild> |