Merge pull request #749 from TriForMine/patch-5

fix(helpers/members) Remove duplicated import
This commit is contained in:
Skillz4Killz
2021-04-04 07:56:16 -04:00
committed by GitHub

View File

@@ -4,8 +4,6 @@ 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()