Readme
This commit is contained in:
parent
3630affe2e
commit
56c3706a24
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -1,15 +1,10 @@
|
||||||
# HimBot
|
# HimBot
|
||||||
|
|
||||||
A discord bot written in Typescript.
|
A discord bot written in Go.
|
||||||
|
|
||||||
## It's dangerous to go alone! Take this!
|
## It's dangerous to go alone! Take this!
|
||||||
|
|
||||||
- Install Nodejs 18 or later [here](https://nodejs.org/en/download) (required)
|
- Install Go 1.21.5 or higher (required)
|
||||||
- The pnpm package manager `npm i -g pnpm` (recommended)
|
|
||||||
|
|
||||||
## Structure
|
|
||||||
|
|
||||||
Commands and Listeners are all stored in named files within the src/commands and src/listeners directories respectively.
|
|
||||||
|
|
||||||
## Running Locally
|
## Running Locally
|
||||||
|
|
||||||
|
@ -17,7 +12,8 @@ Commands and Listeners are all stored in named files within the src/commands and
|
||||||
- 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 OpenAPI token and paste it in the .env for OPENAI_API_KEY
|
- Generate and provide an OpenAPI token and paste it in the .env for OPENAI_API_KEY
|
||||||
- Run `pnpm dev` to run locally
|
- 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
|
## Adding the bot to a server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue