Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [⚙️ Script Settings](#-script-settings)
- [🤖 Telegram Bot Setup](#-telegram-bot-setup)
- [🖥️ Discord Webhook Setup](#-discord-webhook-setup)
- [Running the tests](#running-the-tests)
- [🐛 Reporting Issues](#-reporting-issues)
- [⚖️ License](#-license)

Expand Down Expand Up @@ -139,6 +140,14 @@ Edit the script to configure the necessary settings:
4. Copy the Webhook URL.
5. The webhook URL can be used for `DISCORD_WEBHOOK_URL`.

### Running the tests

Run ShellCheck against the script:

```sh
shellcheck moverStatus.sh
```

### 🐛 Reporting Issues

If you encounter any issues or have feature requests, please create a new issue on GitHub by following these steps:
Expand Down