diff --git a/README.md b/README.md index 48443a6c..b35c9140 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # `royalnet` [![PyPI](https://img.shields.io/pypi/v/royalnet.svg)](https://pypi.org/project/royalnet/) -A multipurpose bot and web framework +A multipurpose bot framework and webserver ## About +`royalnet` is a Python framework that allows you to create interconnected modular chat bots accessible through multiple interfaces (such as Telegram or Discord), and also modular websites that can be connected with the bots. +### Supported bot platforms + +- [Telegram](https://core.telegram.org/bots) +- [Discord](https://discordapp.com/developers/docs/) ## Installing @@ -12,4 +17,4 @@ A multipurpose bot and web framework ## Documentation -`royalnet`'s documentation is available [here](https://gh.steffo.eu/royalnet). \ No newline at end of file +`royalnet`'s documentation is available [here](https://gh.steffo.eu/royalnet).