Closed LewisYoYoYo closed 2 years ago
Hi @LewisYoYoYo,
From the config.json you've provided I can see that it doesn't match the example I've provided. For example, instead of details
you've used description
, which isn't a valid key for Discord's RPC.
Please give the config below a try:
{
"clientId": "",
"rich_presence": {
"details": "Echo Anti Cheat",
"state": "For Rust & Minecraft",
"assets": {
"largeImageText": "Echo",
"largeImageKey": "echo",
"smallImageText": "Verified",
"smallImageKey": "verified"
},
"buttons": {
"primary": {
"label": "Echo Website",
"url": "https://echo.ac/"
},
"secondary": {
"label": "Echo Discord",
"url": "https://discord.echo.ac/"
}
},
"timestamps": {
"startTimestamp": 1634981400,
"endTimestamp": null,
"useTimer": true
}
}
}
Secondly, please make sure you're using the desktop application of Discord and not the browser or mobile version. This tool only works with the desktop application of Discord running on the same system.
Lastly, please make sure you're using the Client ID for your developer application and not your personal Discord Client ID.
Hopefully the config resolves the issue for you, let me know if there's anything else.
I'm going to assume you've resolved this issue as there's been no activity following my comment regarding the configuration.
I do believe this issue is due to human error, as mentioned above, and not something caused by the tool itself.
If you continue to have this issue, following the changes I've suggested, please feel free to comment.
Hi Jxyme,
A really useful tool you have here and I can see so many applications with this. My only issue is it doesn't work! (At least for me)
I know I am probably doing something wrong so I've attached the config json below (removing my client ID) and attached a screenshot for the command window.
Any help you can provide would be amazing.