Skip to content

Instantly share code, notes, and snippets.

View FirstWhack's full-sized avatar

Josiah FirstWhack

View GitHub Profile
@FirstWhack
FirstWhack / discord_mass-ban.js
Last active March 5, 2021 04:42
Discord Mass Ban from List
// --- USAGE ---
// - Populate `IDS` list (make a JSON array of the IDs to ban)
let IDS = ['8165...', '8165...', '8165...', '8165...', '8165...'];
// - Populate SERVER_ID
let SERVER_ID = '1234567890';
// - Login to discord web client
// - Run script in F12 console (snippets, or just paste directly into Console)
// --- END USAGE---
// --- EXAMPLE OUTPUT ---