Skip to content

Instantly share code, notes, and snippets.

@m3gapi
m3gapi / leave.py
Last active July 1, 2024 10:36 — forked from doge/leave.py
Mass Leave Discord Servers
import discord
from discord.ext import commands
intents = discord.Intents.default()
intents.message_content = True # Allow your bot to read message content
intents.members = True # Allow your bot to see members in servers
client = discord.Client()
token = "your-client-token"
whitelist = [