Possible idea for future?
nkrs200 opened this issue · 1 comments
nkrs200 commented
I feel that a built-in command cooldown attribute should be added to the bot to prevent rate limiting. I host and built two different bots from the ground up, and I feel that if both a cooldown attribute and a cooldown model were added into the Discord.Net Framework, it would allow bot creators more flexibility to specify how a long a user can wait.
Winter commented
You can achieve this on your own quite trivally by using the existing Custom Preconditions API.
I don't think there's a need for Discord.Net to implement a solution for this.