From cedfd73688317da62b8b7178e6eca519026fa4d4 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 4 May 2024 09:46:09 +0200 Subject: [PATCH] Add sample bot linked in issue #564 --- guides/intro/intro.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/guides/intro/intro.md b/guides/intro/intro.md index 4bf7774ad..9b4b0abd6 100644 --- a/guides/intro/intro.md +++ b/guides/intro/intro.md @@ -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). + +