A Discord bot built for the 7th Cavalry Gaming Regiment using Go and DiscordGo, enabling various functions for 7Cav members.
- Go 1.23 or higher
- DiscordGo library
- A working Go development environment
Under Construction due to rewrite of bot TODO: Add setup steps and list out functionality
Run the tests:
go test ./...Run tests with the coverage floor check (matches CI):
go test ./... -cover | .github/scripts/check-coverage-floors.shCI enforces per-package coverage floors via .github/scripts/check-coverage-floors.sh. When a PR raises a package's coverage by more than a point or two, raise its floor in the same PR — that's how the suite ratchets up without the team having to think about it.
Contributions are welcome through issues and pull requests on our GitHub repository.
Licensed under the MIT License.