Q:

on_member_join not working

import discord

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

from discord.ext import commands

bot = commands.Bot(command_prefix='!', intents=intents)
0
intents = discord.Intents.default()
intents.members = True

bot = discord.Client(intents=intents)
0

New to Communities?

Join the community