Discord-RPC-Selfbot
Discord-RPC-Selfbot copied to clipboard
[Suggestion]
Can u add smallimagekey/text and buttons if possible?
yes for small img but but the package does not support buttons
.setAssetsSmallText(config.settings.game.smallImageText.name || image.name)
.setAssetsSmallImage(config.settings.game.smallImageKey.id || image.id)
"smallImageKey": "trusted2",
"smallImageText": "largeText",
Added this but it is showing the large image for the small one. is this wrong?
What I also noticed. You can't change the text of the large image. It shows the file name of the image.
.setAssetsSmallText(config.settings.game.smallImageText.name || image.name) .setAssetsSmallImage(config.settings.game.smallImageKey.id || image.id)
"smallImageKey": "trusted2", "smallImageText": "largeText",
Added this but it is showing the large image for the small one. is this wrong?
What I also noticed. You can't change the text of the large image. It shows the file name of the image.
its normal if you dont setup a custom id for small image then it uses big image || image.id
part