Remove SCPSL bot
This commit is contained in:
parent
1d0aa2f90b
commit
8d1bdbc055
@ -25,10 +25,5 @@ async fn main() {
|
||||
std::env::var("TOKEN_BOT_MC_MCHPRS").unwrap(),
|
||||
"Project MCRV".into(),
|
||||
);
|
||||
let scpsl = Scpsl::new(
|
||||
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());
|
||||
join!(mchprs.run(), gamerzone.run());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user