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": {