From 40a28a46f0fbbe159d90e80828c008dca67d82d3 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 13 May 2020 18:18:08 -0400 Subject: [PATCH] Bump portal-send ratelimit from 5 sec -> 10 sec --- commands/other/portal-send.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/other/portal-send.js b/commands/other/portal-send.js index 5474de62..d774c7c7 100644 --- a/commands/other/portal-send.js +++ b/commands/other/portal-send.js @@ -12,7 +12,7 @@ module.exports = class PortalSendCommand extends Command { description: 'Send a message to a portal channel.', throttling: { usages: 1, - duration: 5 + duration: 10 }, args: [ { diff --git a/package.json b/package.json index 423b1702..5d044213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.9.1", + "version": "114.9.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {