Update RichPresence.md

This commit is contained in:
Elysia 2022-11-19 17:25:13 +07:00 committed by GitHub
parent 9b2cf52ce7
commit 071a414378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ const r = new Discord.RichPresence()
.setParty({ .setParty({
max: 9, max: 9,
current: 1, current: 1,
id: Discord.RichPresence.getUUID(), id: Discord.getUUID(),
}) })
.setStartTimestamp(Date.now()) .setStartTimestamp(Date.now())
.setAssetsLargeImage('mp:attachments/820557032016969751/991172011483218010/unknown.png') .setAssetsLargeImage('mp:attachments/820557032016969751/991172011483218010/unknown.png')
@ -125,7 +125,7 @@ const r = new Discord.RichPresence()
.setParty({ .setParty({
max: 9, max: 9,
current: 1, current: 1,
id: Discord.RichPresence.getUUID(), id: Discord.getUUID(),
}) })
.setStartTimestamp(Date.now()) .setStartTimestamp(Date.now())
.setAssetsLargeImage('https://cdn.discordapp.com/attachments/820557032016969751/991172011483218010/unknown.png') .setAssetsLargeImage('https://cdn.discordapp.com/attachments/820557032016969751/991172011483218010/unknown.png')