Remove SCPSL bot

This commit is contained in:
August 2026-01-10 20:33:00 -05:00
parent 1d0aa2f90b
commit 8d1bdbc055

View File

@ -25,10 +25,5 @@ async fn main() {
std::env::var("TOKEN_BOT_MC_MCHPRS").unwrap(), std::env::var("TOKEN_BOT_MC_MCHPRS").unwrap(),
"Project MCRV".into(), "Project MCRV".into(),
); );
let scpsl = Scpsl::new( join!(mchprs.run(), gamerzone.run());
Url::try_from("https://api.scplist.kr/api/servers/81460").unwrap(),
std::env::var("TOKEN_BOT_SCPSL").unwrap(),
"SCP:SL".into(),
);
join!(scpsl.run(), mchprs.run(), gamerzone.run());
} }