From a33c3185db5b48b24ffd526e56e0f19ea95df799 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 22 Oct 2024 21:55:24 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1341b3e..8d27c8d 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ A discord bot written in Go. ## It's dangerous to go alone! Take this! -- Install Go 1.21.5 or higher (required) +- Install Go 1.23.2 or higher (required) ## Running Locally - Copy .env.example and rename to .env - Create a Discord Bot with all gateway permissions enabled - Generate a token for this discord bot and paste it in the .env for DISCORD_TOKEN -- Generate and provide an Replicate token and paste it in the .env for REPLICATE_API_TOKEN - Run `go run main.go` to run locally ## Adding the bot to a server