refactor: remove extended collection (#6246)

Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
1Computer1
2021-07-31 07:08:59 -04:00
committed by GitHub
parent 65ae06429d
commit 00bae4fe6b
49 changed files with 56 additions and 75 deletions

View File

@@ -3,9 +3,9 @@
const EventEmitter = require('events');
const fs = require('fs');
const path = require('path');
const { Collection } = require('@discordjs/collection');
const Shard = require('./Shard');
const { Error, TypeError, RangeError } = require('../errors');
const Collection = require('../util/Collection');
const Util = require('../util/Util');
/**