if let Err(e) = sqlx::query!( "INSERT INTO mt_subs (name, com_id, author, author_id, server, state) VALUES (?, ?, ?, ?, ?, ?)", s.name, s.com_id.to_string(), s.author, s.author_id.to_string(), s.server, s.state as i32 ).execute(&mut t).await {}