mirror of
https://github.com/YuzuZensai/Discord-Mobile-Playing-CLI.git
synced 2026-09-13 16:29:02 +00:00
b49307761d599690b536a57a67c418a6610af7f5
DiscordMobilePlayingCLI
🌏 API used
POST /api/v6/presences
Headers:
AuthorizationYour discord account token
Body (JSON):
package_nameApplication bundle id on Google Play storeupdate(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 & Community 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.
Languages
TypeScript
100%