delete not used anymore UserCommands

This commit is contained in:
Akulij 2025-06-07 01:40:12 +05:00
parent 7752160807
commit b27edd421d

View File

@ -53,15 +53,6 @@ pub struct Config {
pub bot_name: String,
}
#[derive(BotCommands, Clone)]
#[command(rename_rule = "lowercase")]
enum UserCommands {
/// The first message of user
Start(String),
/// Shows this message.
Help,
}
trait LogMsg {
fn log(self) -> Self;
}