Skip to content

Verified role is not added when user is already on server #236

@Apexal

Description

@Apexal

If a user has already joined the RCOS Discord server, the API call to add them to the server with the verified role has no effect. This results in the Verified role not getting added to the user.

discord.add_to_rcos_guild(Some(nickname), roles).await?;

To fix, the API call to add the Verified role must be separated from the add to server API call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Discord InterfaceIssues and PRs related to the Telescope Discord interfacebugSomething isn't workinghigh priorityIssues that should be given high priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions