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 support for Guild time outs. #155

Closed
Victorsitou opened this issue Nov 20, 2021 · 7 comments · Fixed by #161
Closed

Add support for Guild time outs. #155

Victorsitou opened this issue Nov 20, 2021 · 7 comments · Fixed by #161
Assignees
Labels
feature request Request for a new feature s: planned Issue is planned in the future t: api support Support of Discord API features

Comments

@Victorsitou
Copy link
Member

Victorsitou commented Nov 20, 2021

Discord is experimenting with this new feature which is basically like a Muted role but even better and easier.

This is something that the library should really support.

ref:
discord/discord-api-docs#4075

@Victorsitou Victorsitou added the feature request Request for a new feature label Nov 20, 2021
@shiftinv shiftinv added t: api support Support of Discord API features s: planned Issue is planned in the future labels Nov 20, 2021
@shiftinv shiftinv linked a pull request Nov 22, 2021 that will close this issue
9 tasks
@onerandomusername
Copy link
Member

They've also added a new permission, 1 << 40 which is manage members. I think that should be added as a new permission even without full timeout support, perhaps as a mini pr before the full timeout support pr.

@Victorsitou
Copy link
Member Author

They've also added a new permission, 1 << 40 which is manage members. I think that should be added as a new permission even without full timeout support, perhaps as a mini pr before the full timeout support pr.

I know, but that permission is really useless if the time outs feature isn't released :/

@onerandomusername
Copy link
Member

IMO it's not useless since commands which mutate roles can still mutate roles and gather info on the roles w/out being able to timeout users.

@Victorsitou
Copy link
Member Author

Victorsitou commented Nov 25, 2021

IMO it's not useless since commands which mutate roles can still mutate roles and gather info on the roles w/out being able to timeout users.

Hmm yeah, but that permission isn't in the stable version, is it?

@onerandomusername
Copy link
Member

AFAIK it is, not sure atm since I'm on mobile.

@Victorsitou
Copy link
Member Author

AFAIK it is, not sure atm since I'm on mobile.

I just checked it and it isn't in stable, so I don't see why implementing that yet.

@onerandomusername
Copy link
Member

Okay, yeah, its not officially documented yet either. https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature s: planned Issue is planned in the future t: api support Support of Discord API features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants