From 154bdbde3e8fd6d2bd07a7a4e255866c2f35259b Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Tue, 2 Apr 2024 19:56:00 +0700 Subject: [PATCH] chore: update and add README for projects --- apis/websocket/README.md | 2 +- bots/discord/README.md | 73 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100755 bots/discord/README.md diff --git a/apis/websocket/README.md b/apis/websocket/README.md index 36d6ab6..a8e9bad 100755 --- a/apis/websocket/README.md +++ b/apis/websocket/README.md @@ -62,7 +62,7 @@ ![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg) -The WebSocket API for ReVanced bots utilizing BSON for packet transmission with a heartbeating system to monitor the statuses of clients. +The WebSocket API for ReVanced bots utilizing BSON for packet transmission. ## 📚 Documentation diff --git a/bots/discord/README.md b/bots/discord/README.md new file mode 100755 index 0000000..f87bbc6 --- /dev/null +++ b/bots/discord/README.md @@ -0,0 +1,73 @@ +

+ + + + +
+ + + + + +     + + + + + +     + + + + + +     + + + + + +     + + + + + +     + + + + + +     + + + + + + +
+
+ Continuing the legacy of Vanced +

+ +# 🤖 ReVanced Discord Bot + +![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg) + +Discord bot assisting ReVanced's Discord server. + +## 📚 Documentation + +Documentation are provided [here](./docs/README.md). + +## 📄 License + +**ReVanced Discord Bot** adopts the [GNU General Public License 3.0](./LICENSE), tl;dr: You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.