From b49307761d599690b536a57a67c418a6610af7f5 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 5 May 2022 18:22:49 +0700 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 8b13789..46d1600 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ +# DiscordMobilePlayingCLI +## 🌏 API used + +**POST /api/v6/presences** + +**Headers:** +- ``Authorization`` Your discord account token + +**Body (JSON):** +- ``package_name`` Application bundle id on Google Play store +- ``update`` **(START, UPDATE, STOP)** Status for the presences +``` +{ + "package_name": "com.YostarJP.BlueArchive", + "update": "START" +} +``` + +## ⚠️ Disclaimer +DiscordMobilePlayingCLI utilizes API that is outside OAuth2/bot API scope. + +``/api/v6/presences`` + +Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is a **violation** of Discord [Terms Of service](https://discord.com/terms) & [Community Guidelines](https://discord.com/guidelines), and can result in an account termination if found. **I do not take any responsibility, liability, or anything that happend on your Discord Account.**