Skip to content

Instantly share code, notes, and snippets.

@earthchie
earthchie / freedopa-2.py
Created April 4, 2026 09:59
สคริปต์เจาะสมุดบัญชีรายชื่อผู้มีสิทธิเลือกตั้ง DOPA (แก้ไขแล้ว) ที่ซื้อขายกันใน discord
import discord
from discord.ext import commands
import aiohttp
# 1. ตั้งค่าพื้นฐานของบอท
intents = discord.Intents.default()
intents.message_content = True # เปิดใช้งานการอ่านข้อความ
bot = commands.Bot(command_prefix='!', intents=intents)
@bot.event