Discord automation with A bundled Python script that wraps the Discord REST API v10. Zero external dependencies — uses only Python stdlib ( , , ). Invoke as: Setup 1. Create a Discord bot 1. Go to Discord Developer Portal → New Application 2. Click Bot on the sidebar → click Reset Token → copy the token 3. Critical : Scroll down to Privileged Gateway Intents and enable Message Content Intent — without this, message content will be empty in API responses 4. Optionally enable Server Members Intent (needed for ) 2. Add the bot to your server 1. Click OAuth2 on the sidebar → scroll to OAuth2 URL…