Skip to content

Commit

Permalink
Merge pull request #575 from Kraigie/add-kshannon-sample-bot
Browse files Browse the repository at this point in the history
Add sample bot linked in issue #564
  • Loading branch information
jb3 authored May 4, 2024
2 parents b101e10 + cedfd73 commit cbab81d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions guides/intro/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,16 @@ From the Elixir website -
- A simple bot that consumes events from the gateway can be found [at
`examples/event_consumer.ex`](https://github.com/Kraigie/nostrum/blob/master/examples/event_consumer.ex).

- A more complex and active bot, bolt, can be found [here](https://github.com/jchristgit/bolt).

- An example bot that plays audio through voice channels can be found [at
`examples/audio_player_example.ex`](https://github.com/Kraigie/nostrum/blob/master/examples/audio_player_example.ex).

- A properly structured bot with commands utilizing
[nosedrum](https://github.com/jchristgit/nosedrum) can be found [in this
GitHub repository](https://github.com/kshannoninnes/sample_bot)

- A rather large and complex bot, bolt, can be found
[here](https://github.com/jchristgit/bolt).



<!-- vim: set textwidth=80 sw=2 ts=2: -->

0 comments on commit cbab81d

Please # to comment.