1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00

update RPC name

This commit is contained in:
Flam3rboy 2021-02-09 12:19:42 +01:00 committed by GitHub
parent 8921522972
commit 62204e2f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,18 +26,18 @@ async function login() {
console.log("logged in: ", rpc.user.username);
rpc.setActivity({
details: `Working Discord Open Source `,
details: `Fosscord`,
state: `Collaboration open`,
startTimestamp,
largeImageKey: "logo2",
largeImageText: "Discord Open Source",
largeImageText: "Fosscord",
instance: false,
buttons: [
{ label: "Discord", url: "https://discord.gg/ZrnGQP6p3d" },
{
label: "Repository",
url:
"https://github.com/discord-open-source/discord-open-source",
"https://github.com/fosscord/fosscord",
},
],
});