MysteryPancake / Discord-Reposter

Bot for reposting Discord messages (work in progress)
MIT License
92 stars 121 forks source link

can u please help me with changing the bots status activity to `watching /repost help in 'n' servers with 'n' reposts? (or something similar) #40

Closed saatvikn closed 4 years ago

MysteryPancake commented 4 years ago

Docs for setActivity are here In this case the activity would probably be

client.user.setActivity(`/repost help in ${client.guilds.size} servers with ${Object.keys(config.active).length} reposts`, { type: "WATCHING" });

It might need to be changed on line 12 and line 38

saatvikn commented 4 years ago

should i remove .catch(console.error)?

saatvikn commented 4 years ago

well thanks a lot i got it