Change all throttling defaults

This commit is contained in:
Dragon Fire
2021-03-22 20:07:42 -04:00
parent 76091b29fd
commit 832595c7d0
187 changed files with 192 additions and 188 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class UndertaleCommand extends Command {
description: 'Sends a text box from Undertale with the quote and character of your choice.',
details: `**Characters:** ${characters.join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],