Decrease phone cooldown from 60 -> 45

This commit is contained in:
Dragon Fire
2020-07-14 00:12:55 -04:00
parent bfe6372838
commit 443b8bf15d
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -13,3 +13,6 @@ config.json
command-leaderboard.json
# In-Development Commands
assets/images/illegal/
assets/json/illegal.json
commands/edit-meme/illegal.js
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class PhoneCommand extends Command {
guildOnly: true,
throttling: {
usages: 1,
duration: 60
duration: 45
},
args: [
{
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.17.2",
"version": "119.17.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {