mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +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.',
|
description: 'Guess what song is playing.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 30
|
duration: 15
|
||||||
},
|
},
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
userPermissions: ['CONNECT', 'SPEAK'],
|
userPermissions: ['CONNECT', 'SPEAK'],
|
||||||
|
|||||||
Reference in New Issue
Block a user