From 3c547d78698602f5e0eb81594654bc5ec44c3894 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 22 Mar 2021 19:54:14 -0400 Subject: [PATCH] Add throttling to flickr --- commands/search/flickr.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/search/flickr.js b/commands/search/flickr.js index e23b981a..5ebdf02d 100644 --- a/commands/search/flickr.js +++ b/commands/search/flickr.js @@ -10,6 +10,10 @@ module.exports = class FlickrCommand extends Command { group: 'search', memberName: 'flickr', description: 'Searches Flickr for your query.', + throttling: { + usages: 1, + duration: 30 + }, credit: [ { name: 'Flickr',