Bump portal-send ratelimit from 5 sec -> 10 sec

This commit is contained in:
Dragon Fire
2020-05-13 18:18:08 -04:00
parent 1cb62e7221
commit 40a28a46f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "114.9.1",
"version": "114.9.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {