Ratelimiting

This commit is contained in:
Daniel Odendahl Jr
2017-05-25 03:39:02 +00:00
parent 29ec617399
commit 8b97eaa069
14 changed files with 53 additions and 1 deletions
+4
View File
@@ -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',