feat(ban): add ban command help info

This commit is contained in:
doryan 2024-07-09 22:56:36 +04:00
parent 8928a21e1e
commit e0a5e3a0bb

View File

@ -3,6 +3,7 @@ use std::include_str;
pub mod files {
use super::*;
pub const BAN_COMMAND_HELP: &str = include_str!("ban_command_help.html");
pub const HELP_COMMAND_TEXT: &str = include_str!("help_command.html");
pub const PRIVACY_COMMAND_TEXT: &str = include_str!("privacy_command.html");
pub const MUTE_COMMAND_HELP: &str = include_str!("mute_command_help.html");