Fetching Guilds - shysolocup/willclient GitHub Wiki

Fetching guilds is taking an id and returning the guild's info
If the guild does not exist it returns null
Guild fetching is called with PSClient.fetchGuild() and it uses the bot's guild cache to return the guild's info
let guild = PSClient.fetchGuild(guild);
- Description: Fetches the info for a guild using the bot's cache
- Setup: PSClient.fetchGuild(guild)
-
Returns:
Guild