Skip to content
Snippets Groups Projects
Commit bf44dd6a authored by Reviath's avatar Reviath
Browse files

Update bot.js

parent cdb2febc
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,12 @@ rpc.on('ready', () => {
details:`CPU: ${os.cpus().map(i => `${i.model}`)[0]}`,
state: `RAM: ${umem}GiB/${tmem}GiB`,
largeImageKey: random,
largeImageText: "Reviath",
largeImageText: `Platform: ${os.type()}`,
smallImageKey: "parilti2_1_",
smallImageText: `${os.arch()}`,
smallImageText: "Reviath",
instance: false,
startTimestamp: date,
partyMax: 3,
partySize: 2,
buttons: [{label: "Website" , url: "https://onurakdikan.xyz"}]
buttons: [{label: "GitLab" , url: "https://git.randomchars.net/Reviath"}]
});
setInterval(function(){
......@@ -33,14 +31,12 @@ rpc.on('ready', () => {
details:`CPU: ${os.cpus().map(i => `${i.model}`)[0]}`,
state: `RAM: ${umem}GiB/${tmem}GiB`,
largeImageKey: random,
largeImageText: "Reviath",
largeImageText: `Platform: ${os.type()}`,
smallImageKey: "parilti2_1_",
smallImageText: `${os.arch()}`,
smallImageText: "Reviath",
instance: false,
startTimestamp: date,
partyMax: 3,
partySize: 2,
buttons: [{label: "Website" , url: "https://onurakdikan.xyz"}]
buttons: [{label: "GitLab" , url: "https://git.randomchars.net/Reviath"}]
});
},15000);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment