From cc288b290f4cbb59649d3666e5ff6999b56607a7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 25 May 2020 12:21:47 -0400 Subject: [PATCH] Fix --- commands/voice/soundboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/voice/soundboard.js b/commands/voice/soundboard.js index c40635cb..46fd918b 100644 --- a/commands/voice/soundboard.js +++ b/commands/voice/soundboard.js @@ -1,5 +1,6 @@ const Command = require('../../structures/Command'); const path = require('path'); +const { list } = require('../../util/Util'); const sounds = require('../../assets/json/soundboard'); module.exports = class SoundboardCommand extends Command {