mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Decrease phone cooldown from 60 -> 45
This commit is contained in:
@@ -13,3 +13,6 @@ config.json
|
|||||||
command-leaderboard.json
|
command-leaderboard.json
|
||||||
|
|
||||||
# In-Development Commands
|
# 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,
|
guildOnly: true,
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 60
|
duration: 45
|
||||||
},
|
},
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.17.2",
|
"version": "119.17.3",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user