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": {