From 443b8bf15d0f3fa6cb79697739309a91bc891de6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 Jul 2020 00:12:55 -0400 Subject: [PATCH] Decrease phone cooldown from 60 -> 45 --- .gitignore | 3 +++ commands/phone/phone.js | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02eb87e2..1aa2eca5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ config.json command-leaderboard.json # In-Development Commands +assets/images/illegal/ +assets/json/illegal.json +commands/edit-meme/illegal.js diff --git a/commands/phone/phone.js b/commands/phone/phone.js index 6dd868d9..bd100625 100644 --- a/commands/phone/phone.js +++ b/commands/phone/phone.js @@ -12,7 +12,7 @@ module.exports = class PhoneCommand extends Command { guildOnly: true, throttling: { usages: 1, - duration: 60 + duration: 45 }, args: [ { diff --git a/package.json b/package.json index 69de7a78..a0e1c9cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.17.2", + "version": "119.17.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {