Skip to content

Instantly share code, notes, and snippets.

View yoni13's full-sized avatar
😓
Tired but want to do some projects

Yoni Yang yoni13

😓
Tired but want to do some projects
View GitHub Profile
@yoni13
yoni13 / index.js
Created March 5, 2025 12:53 — forked from AndyIsHereBoi/index.js
Scans Discord for its voice servers.
import dns from 'node:dns';
import fetch from 'node-fetch';
import regions from "./regions.json" assert { type: "json" };
import fs from 'node:fs';
const IPINFO_API_KEY = "key here";
const loops = 15000;
var regionscomplete = {};