Skip to content

discord.Permissions.all() not including start_embedded_activities and manage_members #565

@Ruelf

Description

@Ruelf

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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions