Discord-RPC-Selfbot icon indicating copy to clipboard operation
Discord-RPC-Selfbot copied to clipboard

[Suggestion]

Open bonxz opened this issue 2 years ago • 3 comments

Can u add smallimagekey/text and buttons if possible?

bonxz avatar Apr 23 '22 08:04 bonxz

yes for small img but but the package does not support buttons

mewzax avatar Apr 23 '22 09:04 mewzax

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

bonxz avatar Apr 23 '22 13:04 bonxz

                    .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

mewzax avatar Apr 25 '22 19:04 mewzax