feat: can now verify the user got the email

This commit is contained in:
silver 2023-09-17 18:00:05 +01:00
parent 98e61d7548
commit a444d6a5e5
4 changed files with 114 additions and 17 deletions

View file

@ -141,6 +141,8 @@ async fn get_skynet(db: &Pool<Sqlite>, config: &Config) {
}
}
}
// TODO: Tidy up
async fn add_users_skynet(db: &Pool<Sqlite>, server: &GuildId, user: &SkynetResult) {
match sqlx::query_as::<_, Wolves>(
"