michaeljolley / number-one

A container based Twitch chat bot that provides chat commands, overlays, video interaction and more.
MIT License
32 stars 13 forks source link

Cooldown triggers DM? #125

Open exegeteio opened 3 years ago

exegeteio commented 3 years ago

Is your feature request related to a problem? Please describe. The cooldown on some commands can cause a detriment when timing happens to be off. For example, when !discord is used just before a raid.

Describe the solution you'd like When a command is on cooldown, switch to sending a direct message instead of sending to channel.

Describe alternatives you've considered Shorten cooldowns.

michaeljolley commented 3 years ago

We want the alternative here. Let's reduce the cooldowns to 30 seconds from 5 minutes.

There's a limit to the number of whispers bots can send. This could potentially be throttled if we did that.