Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add slowmode_delay attribute to discord.VoiceChannel (#2112)
* feat: Add slowmode_delay attribute to discord.VoiceChannel adds the `slowmode_delay` attribute to the `discord.VoiceChannel` class. Signed-off-by: DARSH <[email protected]> * Update CHANGELOG.md Signed-off-by: DARSH <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks * Fix duplicate changelog from pull from master Signed-off-by: Middledot <[email protected]> * added `versionadded` to docstr Signed-off-by: The Darsh <[email protected]> * Update CHANGELOG.md Co-authored-by: plun1331 <[email protected]> Signed-off-by: The Darsh <[email protected]> * fix: `VoiceChannel` docstr Signed-off-by: The Darsh <[email protected]> * style(pre-commit): auto fixes from pre-commit.com hooks * fix: VoiceChannel.slowmode_delay Co-authored-by: Dorukyum <[email protected]> Signed-off-by: The Darsh <[email protected]> --------- Signed-off-by: DARSH <[email protected]> Signed-off-by: Middledot <[email protected]> Signed-off-by: The Darsh <[email protected]> Co-authored-by: DARSH <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Middledot <[email protected]> Co-authored-by: plun1331 <[email protected]> Co-authored-by: Dorukyum <[email protected]> Co-authored-by: Lala Sabathil <[email protected]>
- Loading branch information