From 6e6a438e11451b8a35211f4b9eac3606497a5100 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 14 Oct 2017 00:52:44 +0000 Subject: [PATCH] Throttling --- commands/games/whos-that-pokemon.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/games/whos-that-pokemon.js b/commands/games/whos-that-pokemon.js index 057a63e8..e5ac9aa5 100644 --- a/commands/games/whos-that-pokemon.js +++ b/commands/games/whos-that-pokemon.js @@ -11,6 +11,10 @@ module.exports = class WhosThatPokemonCommand extends Command { group: 'games', memberName: 'whos-that-pokemon', description: 'Guess who that Pokémon is.', + throttling: { + usages: 1, + duration: 15 + }, clientPermissions: ['ATTACH_FILES'], args: [ {