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
Every example has README.md
file. Open that file and read building instructions for that particular example.
git pull && git submodule foreach --recursive 'folder=$(basename "$PWD"); if [ "$folder" = "esp-discord" ]; then git pull origin main; fi'
GitHub: abobija
Homepage: abobija.com