From ff0f7099325f8328e6b25a3885928af50fb81d3f Mon Sep 17 00:00:00 2001 From: akargl Date: Mon, 25 Jan 2021 19:56:42 +0100 Subject: [PATCH] Lower the oida cooldown --- commands/oida.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/oida.js b/commands/oida.js index ae900be..4364d20 100644 --- a/commands/oida.js +++ b/commands/oida.js @@ -3,7 +3,7 @@ const fs = require("fs"); module.exports = { name: "oida", description: "Oida a user.", - //cooldown: 15 * 60, + cooldown: 10 * 60, execute(message, args, client) { if (!args.length) {