1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-19 16:40:29 +00:00
arikawa/README.md

14 lines
225 B
Markdown
Raw Normal View History

2020-01-02 05:39:52 +00:00
# arikawa
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 ./...
```