From 38ddb382a5b8faca05b8ee7bf7f36b47a472eb01 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 13 Mar 2021 15:57:56 -0500 Subject: [PATCH] Reduce ratelimit --- commands/games-sp/guess-song.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/guess-song.js b/commands/games-sp/guess-song.js index b6cff0cc..d2c94e37 100644 --- a/commands/games-sp/guess-song.js +++ b/commands/games-sp/guess-song.js @@ -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'],