-
-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Summary
discord.Permissions.all()
does not include start_embedded_activities
and manage_members
, while the docstring says all permissions are set to True
Reproduction Steps
See Minimal Reproducible Code
Minimal Reproducible Code
import discord
permissions = discord.Permissions.all()
print(permissions.start_embedded_activities)
print(permissions.manage_members)
Expected Results
The following is printed:
True
True
Actual Results
The following is printed:
False
False
Intents
members, guilds, guild_messages, guild_reactions
System Information
- Python v3.10.0-final
- py-cord v2.0.0-alpha
- py-cord pkg_resources: v2.0.0a4514+g125db3ab
- aiohttp v3.7.4.post0
- system info: Windows 10 10.0.19042
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers