From 16a7024d1630d691b6dcce6eafcb4599ba883a17 Mon Sep 17 00:00:00 2001 From: Blocksnmore <51055767+Blocksnmore@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:35:59 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5f53c1..b07dd9c 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,17 @@ but if you want to host your own version continue reading. - Java (Java 11 required, 16 suggested) - Deno - A discord bot + - A supabase project ### Selfhosting 1. Create a file called `.env` with the contents of `.env.example` - 2. Set up lavalink: + 1. Set up lavalink: * If you already have a lavalink node: - Place your Lavalink credentials in .env - - Uncomment the `Don't launch lavalink` command from run.sh & Comment the `Launch Lavalink` command * If you don't have a lavalink node: - Download Lavalink from [Github](https://github.com/freyacodes/Lavalink) - Set the credentials in .env to what is in `application.yml` - 3. Enable the `presence` & `server members` intent on the discord dashboard - 4. Run the bot + 1. Set the Supabase URL and secret_role values in the .env + 1. Enable the `presence`, `message content`, and `server members` intent on the discord dashboard + 1. Run the bot