interactions.py
++ interactions.py offers a wide range of features for building Python-powered Discord bots and web applications. +
+diff --git a/pydis_site/templates/events/pages/code-jams/11/frameworks.html b/pydis_site/templates/events/pages/code-jams/11/frameworks.html index f6984ab34..da50d0fc7 100644 --- a/pydis_site/templates/events/pages/code-jams/11/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/11/frameworks.html @@ -97,6 +97,31 @@
interactions.py
++ interactions.py offers a wide range of features for building Python-powered Discord bots and web applications. +
+It's possible to create Discord interactions with an HTTP client without relying on a Discord-dedicated framework. + This is allowed in the competition. +
++ You can use libraries such as Flask, FastAPI, Starlette, and Tornado to build a web server along with any popular + HTTP client libraries such as requests, aiohttp, HTTPX, and grequests. +
+Please be sure to check with the events team if you want to build Discord interactions using libraries not mentioned here.
+ {% endblock %} {% block sidebar %}