We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This feature will verify if the photo of an individual is the same as the discord's photo.
Data model
{ userId: string, discordId: string, discord: { url: string, approved: boolean, date: Timestamp } profile: { url: string, approved: boolean, date: Timestamp } }
This will require a new API endpoint from RDS bot that will provide the user details.
The text was updated successfully, but these errors were encountered:
{ userId: string, discordId: string, discord: { url: string, approved: boolean, date: Timestamp } profile: { url: string, approved: boolean, date: Timestamp, publicId: string }, status: `ACCEPTED` | `PENDING` | `REJECTED` }
updated model for the #1924
Sorry, something went wrong.
DashDeipayan
Successfully merging a pull request may close this issue.
Feature to build profile and Discord image verification
This feature will verify if the photo of an individual is the same as the discord's photo.
Requirements:
Features:
This will require a new API endpoint from RDS bot that will provide the user details.
The text was updated successfully, but these errors were encountered: