Add throttling to Jeopardy

This commit is contained in:
Dragon Fire
2020-05-05 22:19:05 -04:00
parent 91b25c1af0
commit 4b8aa27161
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "114.6.1",
"version": "114.6.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {