mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Fix
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = class SoundboardCommand extends Command {
|
|||||||
group: 'other',
|
group: 'other',
|
||||||
memberName: 'soundboard',
|
memberName: 'soundboard',
|
||||||
description: 'Plays a sound in your voice channel.',
|
description: 'Plays a sound in your voice channel.',
|
||||||
details: `**Sounds**: ${sounds.join(', ')}`,
|
details: `**Sounds**: ${Object.keys(sounds).join(', ')}`,
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user