mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 18:53:30 +00:00
api | ||
discord | ||
gateway | ||
internal | ||
session | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
arikawa
A Golang library for the Discord API.
Testing
The package includes integration tests that require $BOT_TOKEN
. To run these
tests, do
export BOT_TOKEN="<BOT_TOKEN>"
go test -tags integration ./...