#joinban blacklist
@commands.Cog.listener()
async def on_member_join(self, member):
if message.guild.id == 750365766945778209:
liste = ["test123"]
if any(word in member.name.lower() for word in liste):
await member.ban(reason="Troll - Himeko Autoban")
else:
pass
大约工作了。 3 小时,它停止工作:/
谁能帮帮我?用于discord autoban