Skip to content

austinvalle/hammy

Repository files navigation

Hammy

Bot built for Discord w/ Golang and discordgo.

Running hammy (local)

  • Clone the repo
  • Install Golang
  • Set environment variables:
    • DISCORD_BOT_TOKEN: Create a discord application and bot token for development testing here
  • Start docker dev (make option available)
  • Run bot with go run command
make up
go run ./cmd/hammy/

Releases

No releases published

Packages

No packages published