This commit is contained in:
Daniel Odendahl Jr
2017-08-15 22:14:01 +00:00
parent d70e642760
commit 25baef55e4
+1 -1
View File
@@ -1,5 +1,5 @@
const Command = require('../../structures/Command');
const { shuffle } = require('../../structrues/Util');
const { shuffle } = require('../../structures/Util');
module.exports = class ShuffleCommand extends Command {
constructor(client) {