✏ Added .env.template for ease of manual install

imgbot
KieranRobson 2022-06-27 07:16:13 +01:00
parent 9a1453127c
commit f04c2fd77e
2 changed files with 4 additions and 5 deletions

2
.env.template Normal file
View File

@ -0,0 +1,2 @@
DISCORD_TOKEN =
PREFIX = !

View File

@ -28,11 +28,8 @@ Using a tool like [Ouroboros](https://github.com/pyouroboros/ouroboros), you can
### 👷 Manual
- Clone the repo
- Create a `.env` file with the following lines:
```
DISCORD_TOKEN = <Discord Token>
PREFIX = !
```
- Remove the `.template` from `.env.template`
- Add Discord Bot Token where `DISCORD_TOKEN` is within the `.env` file
- Run `npm i`
- Run `node .`