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'],