fmt: danm formatting

This commit is contained in:
silver 2023-09-26 01:04:07 +01:00
parent 8760f4440a
commit abb00ff8c7
3 changed files with 6 additions and 7 deletions

View file

@ -16,8 +16,8 @@ use skynet_discord_bot::{get_now_iso, random_string, Config, DataBase, Wolves, W
use sqlx::{Pool, Sqlite};
pub(crate) mod link {
use serenity::model::id::UserId;
use super::*;
use serenity::model::id::UserId;
pub async fn run(command: &ApplicationCommandInteraction, ctx: &Context) -> String {
let db_lock = {