feat: added teh user facing command
This commit is contained in:
parent
0d0a50c84b
commit
f417b9993a
2 changed files with 121 additions and 15 deletions
|
@ -92,7 +92,7 @@ pub(crate) mod link {
|
|||
.create_option(|option| option.name("email").description("UL Wolves Email").kind(CommandOptionType::String).required(true))
|
||||
}
|
||||
|
||||
async fn get_server_member_discord(db: &Pool<Sqlite>, user: &UserId) -> Option<Wolves> {
|
||||
pub async fn get_server_member_discord(db: &Pool<Sqlite>, user: &UserId) -> Option<Wolves> {
|
||||
sqlx::query_as::<_, Wolves>(
|
||||
r#"
|
||||
SELECT *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue