feat(ban): add ban command help info
This commit is contained in:
parent
8928a21e1e
commit
e0a5e3a0bb
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue