Skip to content

Instantly share code, notes, and snippets.

View Cyber-Shinigami's full-sized avatar

Cyber-Shinigami

View GitHub Profile
@doge
doge / leave.py
Last active May 6, 2025 11:08
Mass Leave Discord Servers
import discord
client = discord.Client()
token = "your-client-token"
whitelist = [
# discord guild ids you don't want to leave
123456789012345678,
876543210987654321
]