Início Bots Quem Somos Nossa História Planos Parceiros Servidores Parceiros Servidor Oficial
Entrar com Discord
⚠️ Todos os bots em manutenção. uptime

O Discord do
seu projeto, no piloto
automático.

Módulos de Vendas, Tickets, Apostados e etc. Tudo em um painel limpo e rápido.

Começar com Discord Explorar módulos
???
Servidores
???
Membros
Módulos

Tudo que seu servidor precisa

Escolha os módulos do seu nicho. Cada um funciona de forma independente com painel próprio.

$

Vendas (EM BETA)

Sistema simples para gerenciar produtos e pedidos. Configuração Pix e automação de entrega.

Acessar Bot
TK

Sistema de Tickets

Atendimento profissional com painéis, transcripts automáticos e avaliação de staff.

Acessar Bot
$

Apostas (EM BETA)

Sistema simples para organizações de apostas de free fire, mais conhecidas como "ORG DE AP". Configuração de fila e tudo.

Acessar Bot
TK

Sistema de Moderação completo

Moderação profissional com painéis, sistema de logs e até automod

Acessar Bot
TK

Sistema de Anti-Raid

Sistema completo de anti ataques para seu servidor, podendo configurar tudo.

Acessar Bot
Quem Somos

Sobre a NexoBOTS

Conheça nossa trajetória e missão.

A NexoBOTS é uma plataforma de automação para Discord, criada para facilitar a gestão de servidores com módulos intuitivos e um painel web exclusivo.

Nossa História

Como tudo começou

Da ideia à realização.

Tudo começou com a necessidade de simplificar a automação de servidores Discord. Hoje, a NexoBOTS atende centenas de servidores com tecnologia de ponta.

Parceiros

Servidores Parceiros

Servidores que confiam no nosso trabalho.

Em breve, lista de servidores parceiros.

Planos

VIP, Premium ou Grátis?

Escolha o plano ideal para o seu servidor.

VIP
NexoBOTS VIP
PREMIUM
NexoBOTS Premium
GRÁTIS
NexoBOTS Grátis
Módulos Disponíveis Todos os módulos Módulos selecionados Apenas 1 módulo
Suporte Prioritário 24/7 Suporte padrão Comunidade
Personalização Completa Limitada Sem personalização
Infraestrutura Dedicada BR Compartilhada otimizada Compartilhada básica
Preços

Planos que cabem no seu bolso

Comece grátis e evolua conforme sua necessidade.

Grátis NexoBOTS Grátis
R$ 0,00 /mês
1 módulo à sua escolha
Suporte via comunidade
Atualizações básicas
Começar Grátis
VIP NexoBOTS VIP
R$ 59,90 /mês
Todos os bots liberados
Infra otimizada BR
Suporte VIP 24/7
Personalização completa
Assinar VIP
u.querySelectorAll('a').forEach(function (a) { a.addEventListener('click', function () { mobMenu.classList.remove('open'); }); }); } /* ── Desktop login button visibility ── */ var mq = window.matchMedia('(min-width: 768px)'); function updateNavVisibility() { document.querySelectorAll('.nav-login-desktop').forEach(function (el) { el.style.display = mq.matches ? 'inline-flex' : 'none'; }); } mq.addEventListener('change', updateNavVisibility); updateNavVisibility(); /* ── Constellation: position stars + draw connection lines ── */ (function () { var container = document.getElementById('constellation'); var canvas = document.getElementById('constCanvas'); if (!container || !canvas) return; var ctx = canvas.getContext('2d'); var stars = container.querySelectorAll('.star'); if (!stars.length) return; var positions = []; var CONNECTION_DIST = 200; var seed = 42; function seededRandom() { seed = (seed * 16807 + 0) % 2147483647; return (seed - 1) / 2147483646; } function layout() { var W = container.offsetWidth; var H = container.offsetHeight; var starSize = 56; var pad = 20; var placed = []; canvas.width = W; canvas.height = H; seed = 42; stars.forEach(function (star, i) { var x, y, attempts = 0, ok = false; while (attempts < 80) { x = pad + seededRandom() * (W - starSize - pad * 2); y = pad + seededRandom() * (H - starSize - pad * 2); ok = true; for (var j = 0; j < placed.length; j++) { var dx = x - placed[j].x; var dy = y - placed[j].y; if (Math.sqrt(dx * dx + dy * dy) < starSize + 24) { ok = false; break; } } if (ok) break; attempts++; } placed.push({ x: x, y: y }); star.style.left = x + 'px'; star.style.top = y + 'px'; }); positions = placed; drawLines(); } function drawLines() { var W = canvas.width; var H = canvas.height; ctx.clearRect(0, 0, W, H); var isDark = document.documentElement.getAttribute('data-theme') === 'dark'; var lineColor = isDark ? '109, 90, 237' : '79, 70, 229'; var halfStar = 28; for (var i = 0; i < positions.length; i++) { for (var j = i + 1; j < positions.length; j++) { var ax = positions[i].x + halfStar; var ay = positions[i].y + halfStar; var bx = positions[j].x + halfStar; var by = positions[j].y + halfStar; var dx = ax - bx; var dy = ay - by; var dist = Math.sqrt(dx * dx + dy * dy); if (dist < CONNECTION_DIST) { var opacity = (1 - dist / CONNECTION_DIST) * (isDark ? 0.18 : 0.12); ctx.beginPath(); ctx.moveTo(ax, ay); ctx.lineTo(bx, by); ctx.strokeStyle = 'rgba(' + lineColor + ', ' + opacity.toFixed(3) + ')'; ctx.lineWidth = 1; ctx.stroke(); } } } } layout(); var resizeTimer; window.addEventListener('resize', function () { clearTimeout(resizeTimer); resizeTimer = setTimeout(layout, 200); }); new MutationObserver(function () { drawLines(); }).observe(document.documentElement, { attributes: true, attributeFilter: ['data-theme'] }); })(); }) (); > var ay = positions[i].y + halfStar; var bx = positions[j].x + halfStar; var by = positions[j].y + halfStar; var dx = ax - bx; var dy = ay - by; var dist = Math.sqrt(dx * dx + dy * dy); if (dist < CONNECTION_DIST) { var opacity = (1 - dist / CONNECTION_DIST) * (isDark ? 0.18 : 0.12); ctx.beginPath(); ctx.moveTo(ax, ay); ctx.lineTo(bx, by); ctx.strokeStyle = 'rgba(' + lineColor + ', ' + opacity.toFixed(3) + ')'; ctx.lineWidth = 1; ctx.stroke(); } } } } layout(); var resizeTimer; window.addEventListener('resize', function () { clearTimeout(resizeTimer); resizeTimer = setTimeout(layout, 200); }); new MutationObserver(function () { drawLines(); }).observe(document.documentElement, { attributes: true, attributeFilter: ['data-theme'] }); })(); }) (); u.querySelectorAll('a').forEach(function (a) { a.addEventListener('click', function () { mobMenu.classList.remove('open'); }); }); } /* ── Desktop login button visibility ── */ var mq = window.matchMedia('(min-width: 768px)'); function updateNavVisibility() { document.querySelectorAll('.nav-login-desktop').forEach(function (el) { el.style.display = mq.matches ? 'inline-flex' : 'none'; }); } mq.addEventListener('change', updateNavVisibility); updateNavVisibility(); /* ── Constellation: position stars + draw connection lines ── */ (function () { var container = document.getElementById('constellation'); var canvas = document.getElementById('constCanvas'); if (!container || !canvas) return; var ctx = canvas.getContext('2d'); var stars = container.querySelectorAll('.star'); if (!stars.length) return; var positions = []; var CONNECTION_DIST = 200; var seed = 42; function seededRandom() { seed = (seed * 16807 + 0) % 2147483647; return (seed - 1) / 2147483646; } function layout() { var W = container.offsetWidth; var H = container.offsetHeight; var starSize = 56; var pad = 20; var placed = []; canvas.width = W; canvas.height = H; seed = 42; stars.forEach(function (star, i) { var x, y, attempts = 0, ok = false; while (attempts < 80) { x = pad + seededRandom() * (W - starSize - pad * 2); y = pad + seededRandom() * (H - starSize - pad * 2); ok = true; for (var j = 0; j < placed.length; j++) { var dx = x - placed[j].x; var dy = y - placed[j].y; if (Math.sqrt(dx * dx + dy * dy) < starSize + 24) { ok = false; break; } } if (ok) break; attempts++; } placed.push({ x: x, y: y }); star.style.left = x + 'px'; star.style.top = y + 'px'; }); positions = placed; drawLines(); } function drawLines() { var W = canvas.width; var H = canvas.height; ctx.clearRect(0, 0, W, H); var isDark = document.documentElement.getAttribute('data-theme') === 'dark'; var lineColor = isDark ? '109, 90, 237' : '79, 70, 229'; var halfStar = 28; for (var i = 0; i < positions.length; i++) { for (var j = i + 1; j < positions.length; j++) { var ax = positions[i].x + halfStar; var ay = positions[i].y + halfStar; var bx = positions[j].x + halfStar; var by = positions[j].y + halfStar; var dx = ax - bx; var dy = ay - by; var dist = Math.sqrt(dx * dx + dy * dy); if (dist < CONNECTION_DIST) { var opacity = (1 - dist / CONNECTION_DIST) * (isDark ? 0.18 : 0.12); ctx.beginPath(); ctx.moveTo(ax, ay); ctx.lineTo(bx, by); ctx.strokeStyle = 'rgba(' + lineColor + ', ' + opacity.toFixed(3) + ')'; ctx.lineWidth = 1; ctx.stroke(); } } } } layout(); var resizeTimer; window.addEventListener('resize', function () { clearTimeout(resizeTimer); resizeTimer = setTimeout(layout, 200); }); new MutationObserver(function () { drawLines(); }).observe(document.documentElement, { attributes: true, attributeFilter: ['data-theme'] }); })(); }) (); >