Skip to content

Commit

Permalink
Merge pull request ton-community#812 from yungwine/staging2
Browse files Browse the repository at this point in the history
alerting
  • Loading branch information
reveloper authored Oct 30, 2024
2 parents e1c17d8 + 416b884 commit 19c4b3a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ If you want to receive messages in a group, add the bot to the group, and it wil
```bash
MyTonCtrl> set ChatId <ChatId>
```
4. Restart `mytoncore` service using command

```bash
$ sudo systemctl restart mytoncore
```
5. Check that the bot is able to send messages by running the command
4. Check that the bot is able to send messages by running the command

```bash
MyTonCtrl> test_alert
Expand Down Expand Up @@ -67,4 +63,4 @@ To enable or disable alerts, use the following commands:
* To enable an alert, use the command `enable_alert <alert-name>`.
* To disable an alert, use the command `disable_alert <alert-name>`.
* To check the status of alerts, use the command `alerts_list`.
* To check the status of alerts, use the command `list_alerts`.

0 comments on commit 19c4b3a

Please sign in to comment.