appservice: update README.md

This commit is contained in:
git-bruh 2021-04-18 18:15:44 +05:30
parent 78d85a2374
commit a14efadfd6
No known key found for this signature in database
GPG key ID: E1475C50075ADCE6

View file

@ -63,4 +63,6 @@ This bridge is written with:
* It is not possible to add normal Discord bot functionality like commands as this bridge does not use `discord.py`.
NOTE: [Privileged Intents](https://discordpy.readthedocs.io/en/latest/intents.html#privileged-intents) must be enabled for your Discord bot.
* [Privileged Intents](https://discordpy.readthedocs.io/en/latest/intents.html#privileged-intents) must be enabled for your Discord bot.
* This Appservice might not work well for bridging a large number of rooms since it is mostly synchronous. However, it wouldn't take much effort to port it to `asyncio` and `aiohttp` if desired.