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 .`