-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
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 :/ |
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? |
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. |
Okay, yeah, its not officially documented yet either. https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags |
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
The text was updated successfully, but these errors were encountered: