-
-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add slowmode_delay attribute to discord.VoiceChannel #2112
Conversation
adds the `slowmode_delay` attribute to the `discord.VoiceChannel` class. Signed-off-by: DARSH <[email protected]>
Signed-off-by: DARSH <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2112 +/- ##
==========================================
- Coverage 33.13% 33.13% -0.01%
==========================================
Files 97 97
Lines 19141 19142 +1
==========================================
Hits 6342 6342
- Misses 12799 12800 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
slowmode_delay
for VoiceChannel
Signed-off-by: DARSH <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing version added?
Signed-off-by: Middledot <[email protected]>
Signed-off-by: Middledot <[email protected]>
it's been so long, if someone needed me please mention. |
Signed-off-by: The Darsh <[email protected]>
Co-authored-by: plun1331 <[email protected]> Signed-off-by: The Darsh <[email protected]>
Signed-off-by: The Darsh <[email protected]>
Co-authored-by: Dorukyum <[email protected]> Signed-off-by: The Darsh <[email protected]>
Summary
This PR added a new attribute for the
discord.VoiceChannel
which'sslowmode_delay
while it was missing, doc-strings has been updated.Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.