Is there a way to manage guild applications? #9937
-
Hello! I was wondering if there is a way to manage guild applications with my discord.py bot. I've been wanting one of these bots to accept certain members into my guild. |
Beta Was this translation helpful? Give feedback.
Answered by
codeofandrin
Sep 14, 2024
Replies: 1 comment 2 replies
-
What excatly do you mean by "guild applications"? Do you mean applications/verification for guild servers (clans)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clans are partially released at the moment and not documented in the API documentation on Discord's side, as you can see in this PR: discord/discord-api-docs#6836
Because of this, this feature won't be implemented in the library at the moment either. But there's already an open PR: #9899
I hope that answers your question.