mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add throttling to Jeopardy
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "114.6.1",
|
||||
"version": "114.6.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user