Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 41041c8

Browse files
authored
Update cron.php
1 parent f3e2835 commit 41041c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/cron.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
exec('php /code/bot/cronHelper.php "'. str_replace('"', '', $key) .'"');
4242
Longman\TelegramBot\Request::sendMessage([
4343
'chat_id' => $user['id'],
44-
'text' => 'Your task is over!' . PHP_EOL . 'Need more time? `\task +30m`',
44+
'text' => 'Your task is over!' . PHP_EOL . 'Need more time? `/task +30m`',
4545
'parse_mode' => 'Markdown'
4646
]);
4747
}
@@ -55,4 +55,4 @@
5555
if( TTTBot\Config::isDevMode()){
5656
file_put_contents('/code/data/error.log', date('d-m-Y H:i') . ' -- ' . $e->getMessage() . PHP_EOL, FILE_APPEND);
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)