const rpc = require("discord-rpc"); module.exports = async(client) => { const bot = new rpc.Client({transport: "ipc"}); await bot.setActivity({ details: 'Coding Samurai', smallImageKey: 'js', smallImageText: 'js', largeImageKey: 'samurai', largeImageText: 'Samurai', partyId: 'ae488379-351d-4a4f-ad32-2b9b01c91657', partyMax: 2, partySize: 1, joinSecret: "*************", state: "Playing Solo", endTimestamp: 100000000023, process : process.pid }, process.pid); await bot.login({clientId : client.user.id , clientSecret: '***********'}) };