diff --git a/docs/resources.rst b/docs/resources.rst index 7582dbfa48..1fbbe2fd9c 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -83,3 +83,4 @@ Hackathon Helpers - `ape-hackathon-kit `__ - Ape project template with a web front-end (Next.js, Tailwind, RainbowKit, wagmi) - `eth-flogger `__ - Sample web app utilizing async web3.py, Flask, SQLite, Sourcify - `Temo `__ - Sample terminal app utilizing async web3py, Textual, Anvil +- `web3py-discord-bot `__ - Sample Discord bot utilizing websockets, ``eth_subscribe``, and discord.py diff --git a/newsfragments/3143.docs.rst b/newsfragments/3143.docs.rst new file mode 100644 index 0000000000..062bdd1d2d --- /dev/null +++ b/newsfragments/3143.docs.rst @@ -0,0 +1 @@ +Adds Discord bot template repo to Resources page