Skip to content

Commit

Permalink
Merge branch 'main' into whatsdue
Browse files Browse the repository at this point in the history
  • Loading branch information
49Indium authored Oct 9, 2023
2 parents 8889daa + cd5b338 commit 5f9e92b
Show file tree
Hide file tree
Showing 27 changed files with 473 additions and 85 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ SERVER_ID=

# Variables for various command cogs.
AOC_SESSION_ID=
HACKATHON_START_TIME=
HACKATHON_END_TIME=
MC_RCON_ADDRESS=
MC_RCON_PORT=
MC_RCON_PASSWORD=
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ dmypy.json
*.db
**/.DS_STORE
.vscode/*

# (per-user) configs for pyright
pyrightconfig.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ More information for currently implemented environment variables can be found on

Once you have a .env file, you can run the following command to start the bot:

```sh
```bash
poetry run botdev
```

Expand Down Expand Up @@ -75,7 +75,7 @@ poetry run black uqcsbot
Individual files can also be styled with:

```bash
poetry run pyright uqcsbot/file.py
poetry run black uqcsbot/file.py
```

## Static Type Checks
Expand Down
Loading

0 comments on commit 5f9e92b

Please sign in to comment.