An open API service indexing awesome lists of open source software.

https://github.com/venipa/discord-custom-presence-js


https://github.com/venipa/discord-custom-presence-js

Last synced: 2 months ago
JSON representation

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
```