Supinic / supibot

Multiplatform, utility & novelty chat bot.
GNU Affero General Public License v3.0
132 stars 41 forks source link

[Request] Option to set custom cooldowns on commands #54

Closed ejaandersson closed 1 year ago

ejaandersson commented 1 year ago

More or less title. If a general option is made for this, I am specifically looking for something to change cooldown on $fill.

I suspect there might already be something like this, but I looked through docs and code (I'm not great at JS though) and can't find a command to change it.

Supinic commented 1 year ago

(Base) cooldowns can be partially changed via the $ban type:cooldown command - you can set a multiplier by which the base cooldown will be made longer. The multiplier naturally cannot be set below 1.

You can find this info in the FAQ command ($faq) I believe - if you have any ideas how to increase the visibility of this info, I'd definitely consider adding them! In that case, create a new issue though.