pub async fn sticker_pack_name(
    db: &Database,
    id: i64,
    pack_user: &str
) -> Result<String, Error>