Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 authored Sep 2, 2024
1 parent 99b2f4c commit d2e7abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The bot is dependent on a short list of environment variables. When these are po
- LOG_LEVEL - your chosen log level.
- TEAM_ID - the team you want to follow. These match those of the "teams" resource in the MLB stats API: https://statsapi.mlb.com/api/v1/teams?sportId=1 . They are also stored statically in `config/globals.js`. Every command will be configured for that team.
- TOKEN - your bot's authentication token. **Obligatory 'this is sensitive' - be careful where you store it**
- TIME_ZONE - Your chosen time zone. Defaults to EST. Time zone names correspond to the Zone and Link names of the [IANA Time Zone Database](https://www.iana.org/time-zones), such as "UTC", "Asia/Shanghai", "Asia/Kolkata", and "America/New_York". Additionally, time zones can be given as UTC offsets in the format "±hh:mm", "±hhmm", or "±hh", for example as "+01:00", "-2359", or "+23".

If the bot starts up successfully, the start-up logs look something like the following (subject to your log level):
```
Expand Down

0 comments on commit d2e7abb

Please sign in to comment.