Docs

This is a local index. The full, versioned documentation lives at docs.aetherbot.qzz.io.

Getting Started

Invite Aether, grant the requested permissions, and run a health check.

,help
,ping

Invite Guide

Use the Add to Discord button, or build your own invite link with a scoped permission integer.

https://discord.com/oauth2/authorize?client_id=<ID>&permissions=<INT>&scope=bot+applications.commands

Permissions

Aether requests Administrator by default for full antinuke coverage. You can scope it down — see the permission column in the Command Explorer for the minimum per command.

/commands

Prefix Setup

The default prefix is ",". Change it per-server without affecting slash commands.

,config prefix !

Slash Commands

Every text command has a matching slash command with the same name and arguments.

/ban user:@member reason:"spamming invites"

Dashboard Guide

The web dashboard is in active development — see /dashboard for a preview of what's shipping.

status: in development

API

A read-only stats endpoint is used internally to power the /status page. A public API is on the roadmap.

GET /api/status → { servers, users, ping, uptimePercent }

FAQs

Common setup issues, permission errors, and troubleshooting steps.

Q: Commands not responding?
A: Check ,ping and role hierarchy.