Merge pull request #741 from discordeno/fix-fetch-members-imports

fix: fetch members imports
This commit is contained in:
Skillz4Killz
2021-04-03 23:37:45 -04:00
committed by GitHub

View File

@@ -4,6 +4,8 @@ import { DiscordGatewayIntents } from "../../types/gateway/gateway_intents.ts";
import { Errors } from "../../types/misc/errors.ts";
import { Collection } from "../../util/collection.ts";
import { requestAllMembers } from "../../ws/shard_manager.ts";
import { DiscordGatewayIntents } from "../../types/gateway/gateway_intents.ts";
import { Errors } from "../../types/misc/errors.ts";
/**
* ⚠️ BEGINNER DEVS!! YOU SHOULD ALMOST NEVER NEED THIS AND YOU CAN GET FROM cache.members.get()