Skip to content
Discussion options

You must be logged in to vote
const Discord = require('discord.js-selfbot-v13');
const client = new Discord.Client({
    syncStatus: false,
});

client.on('ready', () => {
    const r = new Discord.RichPresence()
        .setApplicationId('817229550684471297')
        .setType('STREAMING')
        .setURL('https://youtube.com/watch?v=dQw4w9WgXcQ')
        .setState('State')
        .setName('Name')
        .setDetails('Details')
        .setParty({
            max: 9,
            current: 1,
            id: Discord.getUUID(),
        })
        .setStartTimestamp(Date.now())
        .setAssetsLargeImage('929325841350000660')
        .setAssetsLargeText('Youtube')
        .setAssetsSmallImage('895316294222635008')

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Spwn07
Comment options

@Spwn07
Comment options

@TheDevYellowy
Comment options

@Slyrith
Comment options

Comment options

You must be logged in to vote
1 reply
@002-sans
Comment options

Answer selected by aiko-chan-ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants