mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-10 13:33:14 +00:00
Updated README
This commit is contained in:
parent
6b6f9f96aa
commit
e78cf501a5
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
||||||
# arikawa
|
# arikawa
|
||||||
|
|
||||||
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue?style=flat-square )](https://godoc.org/github.com/diamondburned/arikawa)
|
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue?style=flat-square )](https://godoc.org/github.com/diamondburned/arikawa)
|
||||||
[![ Examples](https://img.shields.io/badge/Example-__example%2F-blueviolet?style=flat-square)](https://github.com/diamondburned/arikawa/tree/master/_example)
|
[![ Examples](https://img.shields.io/badge/Example-__example%2F-blueviolet?style=flat-square )](https://github.com/diamondburned/arikawa/tree/master/_example)
|
||||||
[![ Discord nixhub](https://img.shields.io/badge/Discord-nixhub-7289da?style=flat-square )](https://discord.gg/kF9mYBV )
|
[![Discord Gophers](https://img.shields.io/badge/Discord%20Gophers-%23arikawa-%237289da?style=flat-square)](https://discord.gg/7jSf85J)
|
||||||
[![ Hime Arikawa](https://img.shields.io/badge/Hime-Arikawa-ea75a2?style=flat-square )](https://hime-goto.fandom.com/wiki/Hime_Arikawa )
|
[![ Hime Arikawa](https://img.shields.io/badge/Hime-Arikawa-ea75a2?style=flat-square )](https://hime-goto.fandom.com/wiki/Hime_Arikawa )
|
||||||
|
|
||||||
A Golang library for the Discord API.
|
A Golang library for the Discord API.
|
||||||
|
@ -27,8 +27,8 @@ before the state is updated.
|
||||||
## Comparison: Why not discordgo?
|
## Comparison: Why not discordgo?
|
||||||
|
|
||||||
Discordgo is great. It's the first library that I used when I was learning Go.
|
Discordgo is great. It's the first library that I used when I was learning Go.
|
||||||
However, it's not good enough. Here are some things that this library aims to
|
Though there are some things that I disagree on. Here are some ways that this
|
||||||
solve:
|
library is different:
|
||||||
|
|
||||||
- Better package structure: this library divides the Discord library up into
|
- Better package structure: this library divides the Discord library up into
|
||||||
smaller packages.
|
smaller packages.
|
||||||
|
|
Loading…
Reference in a new issue