📅  最后修改于: 2022-03-11 14:59:52.159000             🧑  作者: Mango
const { Client, Intents } = require('discord.js');
const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });