brainboxdotcc / DPP

C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!
https://dpp.dev/
Apache License 2.0
1.04k stars 158 forks source link

slowmode in threads #132

Closed Commandserver closed 2 years ago

Commandserver commented 2 years ago

Is your feature request related to a problem? Please describe. I want to be able to set the slowmode in threads.

Describe the solution you'd like to have an argument in channel_edit for example or even better an argument directly in the thread_create method.

Additional context I'm sure that this feature could help many people because spam prevention is important especially for big servers.

Commandserver commented 2 years ago

grafik

grafik

braindigitalis commented 2 years ago

This can now be set via therate_limit_per_user value in dpp::channel which previously contained voice channel bit width, as such we can close this.