GitHunt

๐Ÿค– 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

Languages

C87.5%CMake11.9%Makefile0.6%

Contributors

Latest Release

v1.0March 26, 2021
MIT License
Created March 10, 2021
Updated February 28, 2026
abobija/esp-discord-examples | GitHunt