2020-01-02 05:39:52 +00:00
|
|
|
# arikawa
|
|
|
|
|
2020-01-16 05:10:20 +00:00
|
|
|
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue?style=flat-square )](https://godoc.org/github.com/diamondburned/arikawa)
|
2020-01-17 22:29:13 +00:00
|
|
|
[![ Examples](https://img.shields.io/badge/Example-__example%2F-blueviolet?style=flat-square)](https://github.com/diamondburned/arikawa/tree/master/_example)
|
2020-01-16 05:10:20 +00:00
|
|
|
[![ Discord nixhub](https://img.shields.io/badge/Discord-nixhub-7289da?style=flat-square )](https://discord.gg/kF9mYBV )
|
|
|
|
[![ Hime Arikawa](https://img.shields.io/badge/Hime-Arikawa-ea75a2?style=flat-square )](https://hime-goto.fandom.com/wiki/Hime_Arikawa )
|
2020-01-16 05:04:08 +00:00
|
|
|
|
2020-01-02 05:39:52 +00:00
|
|
|
A Golang library for the Discord API.
|
2020-01-16 03:28:21 +00:00
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
|
|
|
The package includes integration tests that require `$BOT_TOKEN`. To run these
|
|
|
|
tests, do
|
|
|
|
|
|
|
|
```sh
|
|
|
|
export BOT_TOKEN="<BOT_TOKEN>"
|
|
|
|
go test -tags integration ./...
|
|
|
|
```
|