Droxxy — Automate, Moderate, and Elevate Your Discord

A sleek, multi-purpose bot with modular commands, powerful moderation, rich role management, leveling, music, and customizable automations. Built for speed, reliability, and delightful UX.

servers
uptime
avg latency
commands/moderation.js
module.exports = {
  name: 'ban',
  description: 'Ban a user',
  permissions: ['BAN_MEMBERS'],
  run: async (client, message, args) => {
    const user = message.mentions.users.first();
    if(!user) return message.reply('Mention a user.');
    await message.guild.members.ban(user.id, { reason: args.slice(1).join(' ') || 'No reason' });
    message.channel.send(`🚫 ${user.tag} was banned.`);
  }
};

Powerful features to supercharge your server

Explore docs

Smart Moderation

Auto-moderation, timed mutes, warnings, and ban appeals. Customize thresholds and escalation per channel.

Roles & Automation

Reaction roles, join messages, auto-role assignment, and scheduled workflows tailored to your community.

Music & Fun

High-quality audio with queue controls, filters, and integrations. Games, trivia, and custom mini-events.

Leveling & Rewards

XP, levels, leaderboards, and role rewards with anti-spam safeguards and customizable scaling.

Reliable Infrastructure

Horizontally scalable architecture with auto-failover and global nodes for low-latency performance.

Customizable Modules

Enable only what you need. Fine-grained permissions and role-scoped commands for safe delegation.

Latest Updates

Subscribe View all

Loading updates…

Premium Plans

Monthly Yearly Save 20%

Free

Everything you need to start. Perfect for small communities.

$0
  • Core moderation & roles
  • Basic music controls
  • Community support
Get Started

Enterprise

Custom SLAs, dedicated shard, and white-glove onboarding.

Contact us
  • Dedicated support channel
  • Custom modules and integrations
  • SLA & audit-ready logs
Contact Sales