From f04c2fd77e947d63044d58c7a95fd0f33cc7ccc0 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Mon, 27 Jun 2022 07:16:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Added=20.env.template=20for=20ease?= =?UTF-8?q?=20of=20manual=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.template | 2 ++ README.md | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..9083e6c --- /dev/null +++ b/.env.template @@ -0,0 +1,2 @@ +DISCORD_TOKEN = +PREFIX = ! \ No newline at end of file diff --git a/README.md b/README.md index 9ae8768..972b54e 100644 --- a/README.md +++ b/README.md @@ -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 = -PREFIX = ! -``` +- Remove the `.template` from `.env.template` +- Add Discord Bot Token where `DISCORD_TOKEN` is within the `.env` file - Run `npm i` - Run `node .`