This commit is contained in:
Daniel Odendahl Jr
2017-12-04 23:22:29 +00:00
parent 8b2eb4019c
commit b671f414e2
+1 -1
View File
@@ -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,