A Golang library and framework for the Discord API.
Go to file
diamondburned d1341b61b3
Gateway integration test + Bug fixes
2020-01-15 19:28:21 -08:00
api Moved misc packages to internal 2020-01-15 10:32:54 -08:00
discord WIP integration test 2020-01-14 23:34:18 -08:00
gateway Gateway integration test + Bug fixes 2020-01-15 19:28:21 -08:00
internal Gateway integration test + Bug fixes 2020-01-15 19:28:21 -08:00
session Moved misc packages to internal 2020-01-15 10:32:54 -08:00
LICENSE Initial commit 2020-01-01 21:39:52 -08:00
README.md Gateway integration test + Bug fixes 2020-01-15 19:28:21 -08:00
go.mod WIP integration test 2020-01-14 23:34:18 -08:00
go.sum WIP integration test 2020-01-14 23:34:18 -08:00

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 ./...