1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 05:06:28 +00:00
A Golang library and framework for the Discord API.
Go to file
2020-01-16 18:08:03 -08:00
api Added API integration tests 2020-01-15 20:44:11 -08:00
discord Fixed message_embed fmt.Sprintf bug 2020-01-15 20:51:22 -08:00
gateway Merge branch 'master' of ssh://github.com/diamondburned/arikawa 2020-01-15 20:44:30 -08:00
internal Merge branch 'master' of ssh://github.com/diamondburned/arikawa 2020-01-15 20:44:30 -08:00
session Added Session + Handlers 2020-01-16 18:08:03 -08:00
.gitlab-ci.yml Fixed CI 2020-01-15 20:49: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
LICENSE Initial commit 2020-01-01 21:39:52 -08:00
README.md Hyperlinks for shields 2020-01-15 21:10:20 -08:00

arikawa

Godoc Reference        Examples  Discord nixhub    Hime 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 ./...