1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-12-02 09:47:52 +00:00

README: Fix broken links (#298)

This commit is contained in:
avdb 2021-12-20 23:57:04 +02:00 committed by GitHub
parent 4158db8715
commit c2382028df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,14 +30,14 @@ A Golang library for the Discord API.
## Examples ## Examples
### [Simple](https://github.com/diamondburned/arikawa/tree/v3/_example/simple) ### [Simple](https://github.com/diamondburned/arikawa/tree/v3/0-examples/simple)
Simple bot example without any state. All it does is logging messages sent into Simple bot example without any state. All it does is logging messages sent into
the console. Run with `BOT_TOKEN="TOKEN" go run .`. This example only the console. Run with `BOT_TOKEN="TOKEN" go run .`. This example only
demonstrates the most simple needs; in most cases, bots should use the state or demonstrates the most simple needs; in most cases, bots should use the state or
the bot router. the bot router.
### [Undeleter](https://github.com/diamondburned/arikawa/tree/v3/_example/undeleter) ### [Undeleter](https://github.com/diamondburned/arikawa/tree/v3/0-examples/undeleter)
A slightly more complicated example. This bot uses a local state to cache A slightly more complicated example. This bot uses a local state to cache
everything, including messages. It detects when someone deletes a message, everything, including messages. It detects when someone deletes a message,