# arikawa A Golang library for the Discord API. ## Testing The package includes integration tests that require `$BOT_TOKEN`. To run these tests, do ```sh export BOT_TOKEN="" go test -tags integration ./... ```