Skip to content
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

Add is_nsfw to voice channels #1317

Merged
merged 3 commits into from May 5, 2022
Merged

Add is_nsfw to voice channels #1317

merged 3 commits into from May 5, 2022

Conversation

Middledot
Copy link
Member

Summary

Now that you can send messages in voice channels, you can also set it to be age-restricted.

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, typehinting, examples, ...)

@Middledot Middledot enabled auto-merge (squash) May 3, 2022 21:30
@plun1331 plun1331 added status: awaiting review Awaiting review from a maintainer feature Implements a feature labels May 4, 2022
@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #1317 (aaad573) into master (fb3065d) will increase coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1317   +/-   ##
=======================================
  Coverage   33.42%   33.42%           
=======================================
  Files          93       93           
  Lines       17610    17615    +5     
=======================================
+ Hits         5886     5888    +2     
- Misses      11724    11727    +3     
Flag Coverage Δ
pytest 33.42% <50.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
discord/channel.py 37.10% <50.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb3065d...aaad573. Read the comment docs.

@Middledot Middledot merged commit 04145b0 into master May 5, 2022
@Middledot Middledot deleted the nsfw-vc branch May 5, 2022 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Implements a feature status: awaiting review Awaiting review from a maintainer
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

4 participants