A Golang library and framework for the Discord API.
Go to file
diamondburned (Forefront) 345ef44e6c SetSelf -> SelfSet 2020-01-17 23:10:42 -08:00
_example/simple Added simple example 2020-01-17 14:29:13 -08:00
api Added API integration tests 2020-01-15 20:44:11 -08:00
discord Added simple example 2020-01-17 14:29:13 -08:00
gateway Added simple example 2020-01-17 14:29:13 -08:00
handler Added documentations for package handler 2020-01-16 21:27:57 -08:00
internal Added simple example 2020-01-17 14:29:13 -08:00
session Added simple example 2020-01-17 14:29:13 -08:00
state SetSelf -> SelfSet 2020-01-17 23:10:42 -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 Added simple example 2020-01-17 14:29:13 -08:00
go.mod WIP integration test 2020-01-14 23:34:18 -08:00
go.sum Added state storage, WIP state 2020-01-17 23:07:52 -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 ./...