A Discord bot written in Go utilizing the DiscordGo library
Running Wombot
Development
Make sure you have the following:
Go (1.17 minimum)
PostgreSQL (14 if possible)
In development make sure you set WB_DC_TOKEN and DATABASE_URL environment variables with your Discord Bot token and Postgres Database URL respectively.
Then just run go run main.go and you're off to the races.
Production
Personally I run Wombot on Fly.io but you're free to just build it using the standard Go toolchain.