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',