mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Decrease phone cooldown from 60 -> 45
This commit is contained in:
@@ -13,3 +13,6 @@ config.json
|
||||
command-leaderboard.json
|
||||
|
||||
# In-Development Commands
|
||||
assets/images/illegal/
|
||||
assets/json/illegal.json
|
||||
commands/edit-meme/illegal.js
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class PhoneCommand extends Command {
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 60
|
||||
duration: 45
|
||||
},
|
||||
args: [
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.17.2",
|
||||
"version": "119.17.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user