📜  on_member_join 不起作用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:38.307000             🧑  作者: Mango

代码示例2
import discord

intents = discord.Intents.default()
intents.members = True

from discord.ext import commands

bot = commands.Bot(command_prefix='!', intents=intents)