Method GetCurrentUserGuildsAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetCurrentUserGuildsAsync(int, ulong?, ulong?)
public ValueTask<IReadOnlyList<DiscordGuild>> GetCurrentUserGuildsAsync(int limit = 100, ulong? before = null, ulong? after = null)
Parameters
limit
intbefore
ulong?after
ulong?
Returns
- ValueTask<IReadOnlyList<DiscordGuild>>