mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-25 03:43:31 +01:00
update RPC name
This commit is contained in:
parent
8921522972
commit
62204e2f8e
@ -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",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user