-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Discord InterfaceIssues and PRs related to the Telescope Discord interfaceIssues and PRs related to the Telescope Discord interfacebugSomething isn't workingSomething isn't workinghigh priorityIssues that should be given high priorityIssues that should be given high priority
Description
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.
vcfxb
Metadata
Metadata
Assignees
Labels
Discord InterfaceIssues and PRs related to the Telescope Discord interfaceIssues and PRs related to the Telescope Discord interfacebugSomething isn't workingSomething isn't workinghigh priorityIssues that should be given high priorityIssues that should be given high priority