Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mon4ik/dapi
- Owner: Mon4ik
- Created: 2021-12-12T12:45:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T13:05:25.000Z (about 3 years ago)
- Last Synced: 2024-10-31T03:42:30.765Z (3 months ago)
- Topics: client, discord, discordapi
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-EXTRA.md
Awesome Lists containing this project
README
# DAPI - Extra
## Your own RPC1. 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