Meet elpho

Moderation, economy, integrations, and custom scripting – all in one bot

0
Servers
0
Active Users
0
Commands

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.

15K
Communities
2.8M
Active Users
0m
Uptime
24/7
Support

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

Twitter

Tweet alerts for specific accounts, keyword watches, and engagement recaps

GitHub

PR/issue notifications, release notes drops, and CI status pings in dev channels

Reddit

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

Twitter

Tweet alerts for specific accounts, keyword watches, and engagement recaps

GitHub

PR/issue notifications, release notes drops, and CI status pings in dev channels

Reddit

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

Twitter

Tweet alerts for specific accounts, keyword watches, and engagement recaps

GitHub

PR/issue notifications, release notes drops, and CI status pings in dev channels

Reddit

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.

docs/quote-embed.script
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());
}
11
Built-in modules
12
Guided tutorial steps in docs
4
Minimal ready-to-run examples

Simple, transparent pricing

Choose the plan that fits your community

Free

$0/month

Great for starting and testing

Up to 500 members
Core moderation toolkit
10 custom commands
Community support
Standard uptime
Recommended

Pro

$4.99/month

For active, fast-growing servers

Unlimited members
Advanced moderation + AI actions
Unlimited custom commands
Full reskin & theme controls
Custom scripting sandbox
Priority 24/7 support
Audit logs & role sync
Scheduled automations
99.95% uptime

Build your server like a product

Join thousands of communities using the most advanced Discord automation platform