A Golang library and framework for the Discord API.
Go to file
diamondburned (Forefront) 9df384bf32 Hyperlinks for shields 2020-01-15 21:10:20 -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 Moved misc packages to internal 2020-01-15 10:32:54 -08:00
.gitlab-ci.yml Fixed CI 2020-01-15 20:49:21 -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
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

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