Fix typos

This commit is contained in:
Roman Moisieiev 2025-09-11 09:12:57 +01:00
parent 7b5626c279
commit 4b4e5cb289
16 changed files with 50 additions and 62 deletions

View file

@ -195,7 +195,7 @@ pub(crate) mod server {
model::id::GuildId,
};
use sqlx::Error;
// this is to managfe the server side of commands related to minecraft
// this is to manage the server side of commands related to minecraft
use super::*;
use skynet_discord_bot::{
common::minecraft::{update_server, Minecraft},
@ -376,7 +376,7 @@ pub(crate) mod server {
}
}
// no need to clear teh whitelist as it will be reset within 24hr anyways
// no need to clear the whitelist as it will be reset within 24hr anyways
"Removed minecraft_server info".to_string()
}