From fd749872dac3dcb8b258979e4e2aadd5c4f3eacb Mon Sep 17 00:00:00 2001 From: Ha1fdan <41484873+ha1fdan@users.noreply.github.com> Date: Tue, 28 May 2024 20:23:45 +0200 Subject: [PATCH] docs(readme): correct the name of the env file for the discord bot (#4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a477c..599fffc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Discord chatbot is built to follow the chat flow and have a conversation wi 0. Have [Ollama](https://ollama.com) and [Docker](https://docker.com) installed and running 1. Clone the repository -2. Configure the `.env` file with at least the following variables (see [Configuration](#configuration) for more options): +2. Configure the `bot.env` file with at least the following variables (see [Configuration](#configuration) for more options): - `DISCORD_TOKEN`: The token of the discord bot (token can be obtained from the [Discord Developer Portal](https://discord.com/developers/applications)) - `ADMIN_ID`: The id of the admin user, which allows to RESET the chat 3. Run `docker-compose up -d` to start the bot