Meet elpho
Moderation, economy, integrations, and custom scripting – all in one bot
Trusted by Communities Worldwide
elpho is the go-to bot for over 15K Discord servers, providing reliable and feature-rich tools to enhance your community experience.
Enterprise-grade features
Everything you need to manage, automate, and scale your Discord community
Advanced Moderation
Auto-moderation, spam detection, and customizable filters
Custom Commands
Create unlimited custom commands with variables
Custom Scripting Language
Scripting engine for automation
Economy System
Complete economy with currencies, shops, and trading
Integrations
Connect with X+ external services and APIs
Automation
Trigger-based automation for any server event
Security
Role-based or custom permissions and audit logging
AI Modules (soon)
GPT-powered responses and content moderation
Seamless Integrations
Connect with your favorite services and platforms
Discord
Slash commands, message listeners, mod logs, and role automations with the native API
Twitch
Go-live pings with title/game, clip highlights, and raid thank-you automations
YouTube
New-video alerts, scheduled premieres, and playlist milestone updates
Spotify
Now-playing pulls, track lookups, and playlist sharing inside chat
Tweet alerts for specific accounts, keyword watches, and engagement recaps
GitHub
PR/issue notifications, release notes drops, and CI status pings in dev channels
Hot/new post alerts for subs, keyword filters, and weekly thread summaries
Last.fm
Scrobble lookups, now-playing pulls, and weekly top artists in music channels
Discord
Slash commands, message listeners, mod logs, and role automations with the native API
Twitch
Go-live pings with title/game, clip highlights, and raid thank-you automations
YouTube
New-video alerts, scheduled premieres, and playlist milestone updates
Spotify
Now-playing pulls, track lookups, and playlist sharing inside chat
Tweet alerts for specific accounts, keyword watches, and engagement recaps
GitHub
PR/issue notifications, release notes drops, and CI status pings in dev channels
Hot/new post alerts for subs, keyword filters, and weekly thread summaries
Last.fm
Scrobble lookups, now-playing pulls, and weekly top artists in music channels
Discord
Slash commands, message listeners, mod logs, and role automations with the native API
Twitch
Go-live pings with title/game, clip highlights, and raid thank-you automations
YouTube
New-video alerts, scheduled premieres, and playlist milestone updates
Spotify
Now-playing pulls, track lookups, and playlist sharing inside chat
Tweet alerts for specific accounts, keyword watches, and engagement recaps
GitHub
PR/issue notifications, release notes drops, and CI status pings in dev channels
Hot/new post alerts for subs, keyword filters, and weekly thread summaries
Last.fm
Scrobble lookups, now-playing pulls, and weekly top artists in music channels
Custom Scripting Engine
Enterprise-level scripting capabilities with an intuitive syntax — unlimited possibilities for events, embeds, HTTP, and db flows.
use("db", "http", "embed");
function main() {
const counterKey = "quote-runs";
let runs = db.get(counterKey) || 0;
runs = runs + 1;
db.set(counterKey, runs);
const res = http.json("https://api.breakingbadquotes.xyz/v1/quotes");
const quote = res && res.json && res.json[0] ? res.json[0] : null;
const card = embed();
card.setTitle("Quote Run #" + runs);
card.addField("Status", res ? "" + res.status : "???");
card.addField(
"Quote",
quote ? '"' + quote.quote + '" — ' + quote.author : res.text || "(no data)"
);
ctx.reply(card.toJSON());
}Simple, transparent pricing
Choose the plan that fits your community
Free
Great for starting and testing
Pro
For active, fast-growing servers
Build your server like a product
Join thousands of communities using the most advanced Discord automation platform