https://github.com/venipa/discord-custom-presence-js
https://github.com/venipa/discord-custom-presence-js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venipa/discord-custom-presence-js
- Owner: Venipa
- License: mit
- Created: 2021-03-11T12:19:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T12:23:51.000Z (about 4 years ago)
- Last Synced: 2025-01-08T21:56:16.597Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-custom-presence-js
example games\talk.json
```json
{
"clientId": "",
"presence": {
"details": "Generic",
"state": "Talking & Misc",
"largeImageKey": "generic_talk"
}
}
```# Start developing
```
1. yarn
2. yarn start
```