feat: split out minecraft

This commit is contained in:
silver 2024-10-28 01:06:21 +00:00
parent 41407ecefb
commit 3927734083
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
6 changed files with 182 additions and 165 deletions

View file

@ -1,6 +1,7 @@
use skynet_discord_bot::{get_config, get_minecraft_config, update_server, whitelist_wipe};
use skynet_discord_bot::get_config;
use std::collections::HashSet;
use skynet_discord_bot::common::database::db_init;
use skynet_discord_bot::common::minecraft::{get_minecraft_config, update_server, whitelist_wipe};
#[tokio::main]
async fn main() {