Skip to content

Commit 3389b2a

Browse files
committed
fix: fixed command name
1 parent e7b4b4a commit 3389b2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/functions/help.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ static TEXT: &[(&str, &str)] = &[
1212
("useful", "rust haqida foydali yoki kerakli ma'lumotlar"),
1313
("latest", "eng oxirgi reliz haqida qisqacha ma'lumot"),
1414
("version", "biron anniq reliz haqida to'liq ma'lumot"),
15-
(
16-
"off",
17-
"reply qilingan odamga offtop borligi haqida eslatish",
18-
),
15+
("warn", "mavzudan chetlashganga ogohlantiruv"),
1916
];
2017

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

0 commit comments

Comments
 (0)