Skip to content

Commit

Permalink
Lower the oida cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
akargl committed Jan 25, 2021
1 parent 1fa395b commit ff0f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/oida.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ff0f709

Please sign in to comment.