Skip to content
Discussion options

You must be logged in to vote

		const custom = new Discord.CustomStatus().setState('Discord').setEmoji('💬');
		const rpc = 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')
			.setAssetsSmallText('Bot')
			.addButton('name', 'https://link.com/');
		client.user.setPresence({
			activities: [rpc, custom],
			status: 'online',

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@p0ut
Comment options

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