mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Ratelimiting
This commit is contained in:
@@ -12,6 +12,10 @@ module.exports = class SoundboardCommand extends Command {
|
||||
description: 'Plays a sound in your voice channel.',
|
||||
details: `**Sounds:** ${names.join(', ')}`,
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 15
|
||||
},
|
||||
args: [
|
||||
{
|
||||
key: 'sound',
|
||||
|
||||
Reference in New Issue
Block a user