From b671f414e2de6d3141ed1133c900ca2b699fc157 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 4 Dec 2017 23:22:29 +0000 Subject: [PATCH] Fix --- commands/other/soundboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/other/soundboard.js b/commands/other/soundboard.js index d210d8c1..63b1fa69 100644 --- a/commands/other/soundboard.js +++ b/commands/other/soundboard.js @@ -11,7 +11,7 @@ module.exports = class SoundboardCommand extends Command { group: 'other', memberName: 'soundboard', description: 'Plays a sound in your voice channel.', - details: `**Sounds**: ${sounds.join(', ')}`, + details: `**Sounds**: ${Object.keys(sounds).join(', ')}`, guildOnly: true, throttling: { usages: 1,