Use @discordjs/collection

This commit is contained in:
Dragon Fire
2020-03-01 13:53:49 -05:00
parent ed69080885
commit e784e126b2
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const { Collection } = require('discord.js');
const Collection = require('@discordjs/collection');
const path = require('path');
const { stripIndents } = require('common-tags');
const Player = require('./Player');