1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00
A Golang library and framework for the Discord API.
Go to file
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
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
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

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