Skip to content

ESP32 Discord Bot 🤖 examples (ESP-IDF)

License

Notifications You must be signed in to change notification settings

abobija/esp-discord-examples

Repository files navigation

🤖 esp-discord-examples

This repository represent examples of using esp-discord component for making Discord Bot on the ESP32 device.

To get examples, just clone this repository with next command:

git clone --recursive https://github.com/abobija/esp-discord-examples

Tu update, run:

git pull --recurse-submodules

How to build

Every example has README.md file. Open that file and read building instructions for that particular example.

Esp-Discord demo video

Discord Bots on the ESP32 ... (ESP-IDF library)

Development update

git pull && git submodule foreach --recursive 'folder=$(basename "$PWD"); if [ "$folder" = "esp-discord" ]; then git pull origin main; fi'

Author

GitHub: abobija
Homepage: abobija.com

License

MIT