Update RichPresence.md
This commit is contained in:
parent
9b2cf52ce7
commit
071a414378
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user