Property Guilds
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
Guilds
Gets a dictionary of guilds that this client is in. The dictionary's key is the guild ID. Note that the
guild objects in this dictionary will not be filled in if the specific guilds aren't available (the
GuildAvailable
or GuildDownloadCompleted
events haven't been fired yet)
public override IReadOnlyDictionary<ulong, DiscordGuild> Guilds { get; }