Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mon4ik/dapi

Discord API client
https://github.com/mon4ik/dapi

client discord discordapi

Last synced: 29 days ago
JSON representation

Discord API client

Awesome Lists containing this project

README

        

# DAPI - Extra
## Your own RPC

1. Open file `settings.json`
2. Find `"richPresenceProfiles"`
3. Add in this dict value:
```json lines
...
"test": {
"clientID": "",
"details": "Details",
"state": "State",
"startTimestamp": null,
"endTimestamp": null,
"largeImage": {
"imgName": "img1",
"text": "LargeText"
},
"smallImage": {
"imgName": "img2",
"text": "SmallText"
},
"animation": null,
"buttons": [
{
"label": "Link1",
"url": "https://github.com/Mon4ik/"
},
{
"label": "Link2",
"url": "https://github.com/Mon4ik/DAPI"
]
}
...
```
4. Done

## Your own status animation

1. Open file `settings.json`
2. Find `"statusAnimProfiles"`
3. Add in this dict value:
```json lines
...
"profileName": {
"texts": [
"Text 1",
"Text 2",
"Text 3"
],
"emoji": null
}
...
```
4. Done