fix(helpers/members) Remove duplicated import

This commit is contained in:
TriForMine
2021-04-04 06:59:52 +02:00
committed by GitHub
parent cdcd7699b4
commit 1b981df70c
-2
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()