mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Bump portal-send ratelimit from 5 sec -> 10 sec
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "114.9.1",
|
||||
"version": "114.9.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user