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