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) {