mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user