From 25baef55e414029aecd5af9f14c7c71fa11ef930 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 15 Aug 2017 22:14:01 +0000 Subject: [PATCH] ... --- commands/text-edit/shuffle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/text-edit/shuffle.js b/commands/text-edit/shuffle.js index 61513e08..bf5cc237 100644 --- a/commands/text-edit/shuffle.js +++ b/commands/text-edit/shuffle.js @@ -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) {