mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-24 05:26:56 +00:00
14 lines
225 B
Markdown
14 lines
225 B
Markdown
# arikawa
|
|
|
|
A Golang library for the Discord API.
|
|
|
|
## 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 ./...
|
|
```
|