Skip to content

Commit

Permalink
Update README.md links (serenity-rs#231)
Browse files Browse the repository at this point in the history
* Pointed feature_showcase link from pre-fork (?) repo to current repo
* Updated https://github.com/kangalio/rustbot link, moved to new organization
  • Loading branch information
wilt00 committed Dec 20, 2023
1 parent 3a052b1 commit e655324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Poise is an opinionated Discord bot framework with a few distinctive features:
# How to use

Most information is in the [API documentation](https://docs.rs/poise/). Also take a
look at the [examples](examples), especially [`feature_showcase`](https://github.com/ev3nvy/poise/tree/current/examples/feature_showcase), to learn what poise can do.
look at the [examples](examples), especially [`feature_showcase`](examples/feature_showcase), to learn what poise can do.

If you're using a development version from git directly, you probably want to look at the documentation for
[`current`](https://serenity-rs.github.io/poise/current), [`next`](https://serenity-rs.github.io/poise/next)
Expand All @@ -31,7 +31,7 @@ For each bot, there's a list of notable features for you to take inspiration fro
- [TTS Bot](https://github.com/Discord-TTS/Bot/) by [@GnomedDev](https://github.com/GnomedDev): localization, database, voice
- [Scripty](https://github.com/scripty-bot/scripty) by [@tazz4843](https://github.com/tazz4843): localization, database, voice
- [Etternabot](https://github.com/kangalio/Etternabot) by [@kangalio](https://github.com/kangalio): response transformation, variadic and lazy arguments
- [Rustbot](https://github.com/kangalio/rustbot) by [@kangalio](https://github.com/kangalio): database, custom prefixes
- [Rustbot](https://github.com/rust-community-discord/ferrisbot-for-discord) by [@kangalio](https://github.com/kangalio): database, custom prefixes

You're welcome to add your own bot [via a PR](https://github.com/serenity-rs/poise/compare)!

Expand Down

0 comments on commit e655324

Please sign in to comment.