Skip to content

Commit

Permalink
Merge pull request #30 from Okaneeee/docs/env-template
Browse files Browse the repository at this point in the history
docs: improve quick start
  • Loading branch information
Okaneeee authored Feb 4, 2024
2 parents 69d01a8 + 28a076a commit 23176cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TOKEN =
GUILD =
OWNID =
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pip install -r requirements.txt
```

### Quick Start
You'll need to setup a `.env` file first. The `.env` need to be on the same folder as the repo. You can use this template.
You'll need to setup a `.env` file first. The `.env` need to be on the same folder as the repo. You can use the following template, or you can rename the [`.env.example`](./.env.example) file to `.env`.

```env
TOKEN =
Expand Down

0 comments on commit 23176cd

Please sign in to comment.