aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
697 stars 143 forks source link

Xbox RPC #584

Closed hihihihihhiihihi closed 9 hours ago

hihihihihhiihihi commented 1 year ago

Which package is the feature request for?

The core library

Feature

Make an XBOX RPC like the samsung but for xbox

Ideal solution or implementation

client.user.setXboxRPC("rpc name")

Alternative solutions or implementations

No response

Other context

No response

aiko-chan-ai commented 1 year ago

hmmm, can you give me an example of it?

hihihihihhiihihi commented 1 year ago

https://imgur.com/a/h3I0Vej

aiko-chan-ai commented 1 year ago

it looks like a normal rich presence

hihihihihhiihihi commented 1 year ago

What about the button ?

hihihihihhiihihi commented 1 year ago

hm

aiko-chan-ai commented 1 year ago

I don't have an xbox, so I won't be able to do it yet

MemeCornucopia commented 5 months ago

image image

its just a text value of the type

aiko-chan-ai commented 5 months ago

Great

MemeCornucopia commented 5 months ago

https://docs.discord.sex/resources/presence

aiko-chan-ai commented 5 months ago

https://docs.discord.sex/resources/presence

image

aiko-chan-ai commented 9 hours ago
        const presence = new Discord.RichPresence(client)
            .setApplicationId('367827983903490050')
            .setType('PLAYING')
            .setState('Arcade Game')
            .setName('osu!')
            .setDetails('MariannE - Yooh')
            .setParty({
                max: 8,
                current: 1,
            })
            .setStartTimestamp(Date.now())
            .setAssetsLargeText('Idle')
            .setAssetsSmallImage('373370493127884800')
            .setAssetsSmallText('click the circles')
            .setPlatform('xbox');

v3.2.1