Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: AbdelrahmanElawady <[email protected]>
  • Loading branch information
Eslam-Nawara and AbdelrahmanElawady authored Nov 12, 2023
1 parent 34602a0 commit cc1b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ go run main.go -b <your bot token> -t <notfication time (default to 17:00)> -z <

```bash
docker build -t statusbot .
docker run -e STATUSBOT_TOKEN=<your bot token> -e NOTFICATION_TIME=<notfication time> -e TIMEZONE=<timezone>-it statusbot
docker run -e STATUSBOT_TOKEN=<your bot token> -e NOTFICATION_TIME=<notfication time> -e TIMEZONE=<timezone> -it statusbot
```

## Create a bot
Expand Down

0 comments on commit cc1b285

Please sign in to comment.