Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add sample bot linked in issue #564 #575

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: -->
Loading