mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Reduce ratelimit
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user