PLASMAchicken / easy-djs-commandhandler

A Discord.js Command Handler with cooldowns and a few usefull features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

Subtilizer28 opened this issue · comments

How do I set the time for Cooldown in cooldown group?

You set the cooldown and cooldown Group to the same thing in all commands of the group.

So I have gotta do this first.
cooldownGroup: "name"

After this i should do
cooldown: "15s"
In all files. Am I right??

Ohk. Thanks for the help!!!