getCachedGuilds abstract method

Future<List<int>> getCachedGuilds()
inherited

Fetches the cached guilds count from all processes.

Each element in the list is the result of querying a single process. The list is unordered, and might not contain information from all processes if the request times out (5s).

Implementation

Future<List<int>> getCachedGuilds();