Skip to content

Commit

Permalink
fix: fixed command name
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Dec 23, 2024
1 parent e7b4b4a commit 3389b2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/functions/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ static TEXT: &[(&str, &str)] = &[
("useful", "rust haqida foydali yoki kerakli ma'lumotlar"),
("latest", "eng oxirgi reliz haqida qisqacha ma'lumot"),
("version", "biron anniq reliz haqida to'liq ma'lumot"),
(
"off",
"reply qilingan odamga offtop borligi haqida eslatish",
),
("warn", "mavzudan chetlashganga ogohlantiruv"),
];

pub async fn command(bot: &Bot, msg: &Message, _cmd: &Command) -> ResponseResult<()> {
Expand Down

0 comments on commit 3389b2a

Please sign in to comment.