forked from Skynet/discord-bot
fix: better compiund types because of a join
This commit is contained in:
parent
36e6bea543
commit
6eb61c6798
5 changed files with 38 additions and 33 deletions
|
@ -62,7 +62,7 @@ pub(crate) mod link {
|
|||
Some(x) => x,
|
||||
};
|
||||
|
||||
if details.verified {
|
||||
if details.discord.is_some() {
|
||||
return "Email already verified".to_string();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue