📅  最后修改于: 2022-03-11 14:46:53.901000             🧑  作者: Mango
import discord
intents = discord.Intents.default()
intents.members = True
from discord.ext import commands
bot = commands.Bot(command_prefix='!', intents=intents)