From 4b8aa27161b0896b5c7970bfb7615595f6a7333a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 5 May 2020 22:19:05 -0400 Subject: [PATCH] Add throttling to Jeopardy --- commands/games-sp/jeopardy.js | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/commands/games-sp/jeopardy.js b/commands/games-sp/jeopardy.js index 6b7e0726..1639ace6 100644 --- a/commands/games-sp/jeopardy.js +++ b/commands/games-sp/jeopardy.js @@ -12,6 +12,10 @@ module.exports = class JeopardyCommand extends Command { group: 'games-sp', memberName: 'jeopardy', description: 'Answer a Jeopardy question.', + throttling: { + usages: 1, + duration: 10 + }, credit: [ { name: 'jService', diff --git a/package.json b/package.json index 7d06f2a5..2781c8a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.6.1", + "version": "114.6.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {