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,