✏ Added .env.template for ease of manual install
parent
9a1453127c
commit
f04c2fd77e
|
@ -0,0 +1,2 @@
|
|||
DISCORD_TOKEN =
|
||||
PREFIX = !
|
|
@ -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 .`
|
||||
|
||||
|
|
Loading…
Reference in New Issue