mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-08 21:17:51 +00:00
225 B
225 B
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 ./...