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

Membership Screening rules accept() + view() methods #454

Open
Iinksafe opened this issue Feb 13, 2023 · 2 comments · May be fixed by #664
Open

Membership Screening rules accept() + view() methods #454

Iinksafe opened this issue Feb 13, 2023 · 2 comments · May be fixed by #664
Labels
enhancement New feature or request

Comments

@Iinksafe
Copy link

Summary

Add a rules attribute in discord.Guild where we can accept or read the rules.

What is the feature request for?

The core library

The Problem

I am trying to accept the rules in various servers so that I can verify or send messages in a certain channel.

The Ideal Solution

Add an attribute named rules to discord.Guild with both accept and read (or view, whatever) that allows us to accept or read/view the rules of the server, as well as accepting them too (requires read()ing them first in order to accept() them).

The Current Solution

None (?). I checked welcome_screen but it has nothing to do with the membership screening (or the rules feature), nor does it have both accept() / view()/read() methods.

Additional Context

image

@Iinksafe Iinksafe changed the title Membership Screening rules accept+read methods Membership Screening rules accept() + view() methods Feb 24, 2023
@dolfies dolfies added the enhancement New feature or request label Mar 16, 2023
@dolfies
Copy link
Owner

dolfies commented Mar 16, 2023

The blocker on this was that membership screening v2 meant the API was in a state of flux. However, it (mostly?) stabilized now that screening v2 was put on the backburner. However, the API for this can be very complicated and will need some thought, so this probably won't make it into the v2.0.0 release.

@Iinksafe
Copy link
Author

Cheers, thanks for the response! 🚀

@alenkimov alenkimov linked a pull request Feb 13, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants