Reduce ratelimit

This commit is contained in:
Dragon Fire
2021-03-13 15:57:56 -05:00
parent ce990f8565
commit 38ddb382a5
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = class GuessSongCommand extends Command {
description: 'Guess what song is playing.',
throttling: {
usages: 1,
duration: 30
duration: 15
},
guildOnly: true,
userPermissions: ['CONNECT', 'SPEAK'],