📌  相关文章
📜  机器人成员计数不和谐 js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:47.395000             🧑  作者: Mango

代码示例1
.guilds.cache.reduce((a, g) => a + g.memberCount, 0)

// The client is the bot itself. 
// You would have defined this at the top of your index.js/app.js
// It would look like 'const client = new Discord.Client()'
// Put that in place for '' and remove the <>