structures -> util

This commit is contained in:
Daniel Odendahl Jr
2017-10-13 21:46:29 +00:00
parent adedb65c76
commit ffa05f01ff
43 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const { Command } = require('discord.js-commando');
const { shuffle } = require('../../structures/Util');
const { shuffle } = require('../../util/Util');
module.exports = class KissMarryKillCommand extends Command {
constructor(client) {