commit
2e05f946c5
1 changed files with 1 additions and 2 deletions
|
@ -4,14 +4,13 @@ A discord bot written in Go.
|
||||||
|
|
||||||
## It's dangerous to go alone! Take this!
|
## 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
|
## Running Locally
|
||||||
|
|
||||||
- Copy .env.example and rename to .env
|
- Copy .env.example and rename to .env
|
||||||
- Create a Discord Bot with all gateway permissions enabled
|
- 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 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
|
- Run `go run main.go` to run locally
|
||||||
|
|
||||||
## Adding the bot to a server
|
## Adding the bot to a server
|
||||||
|
|
Loading…
Add table
Reference in a new issue