Your First 10 Minutes With Airwavy
A practical checklist for the first ten minutes after adding Airwavy — role placement, first feature, and validating it actually works.
Quick answer
In roughly ten minutes: invite Airwavy, place its role above the roles it needs to manage, sign into the dashboard, turn on one reversible feature (welcome messages or logging are good first choices), and validate it with a real test — not just a successful save. That sequence catches almost every common first-day problem before you build anything more complex on top.
What you'll learn
- The recommended sequence, in order, and why the order matters
- Why 'it saved successfully' isn't the same as 'it works'
- Which feature to configure first, and why
- How to validate role placement before it silently breaks something else
- What to read next once the basics are confirmed working
Why the first ten minutes set the tone for everything after
Most setup problems that show up weeks later — a moderation action that silently fails, a role that never gets granted — trace back to something skipped in the first few minutes: a role placed wrong, a permission never granted, a feature enabled but never actually tested. Getting the sequence right up front means every feature you add after inherits a working foundation instead of compounding an unnoticed problem.
What you're actually working with
Discord gives you a fresh bot member with its role at the bottom of the list, and no assumptions about what you'll configure first. Everything from here is a sequence you control.
The recommended sequence
This order deliberately front-loads the checks that would otherwise cause confusing failures later.
- Invite Airwavy using the official invite link, and confirm it appears in the member list.
- Open Server Settings → Roles and position Airwavy above member, verified, reaction-role, and moderation-target roles — while keeping owner and administrator roles above it.
- Sign into the dashboard with Discord and select your server.
- Configure one reversible feature first — welcome messages or logging are good choices — save it, then reload the page to confirm the stored state actually persisted.
- Run the guide's expected-result test from a non-administrator account before enabling anything community-wide.
Every moderation action, logged with the reason and moderator.
Clean before/after embeds for every change.
Roles, channels, voice, invites — every change, server-wide.
Validate before you move on
- Confirm Airwavy is online and present in the member list.
- Confirm the dashboard loads your intended server and its feature cards.
- Run a harmless command like /help and confirm it responds.
- Confirm your one test feature saves, reloads, and behaves exactly as documented — not just that the save button didn't show an error.
- Only after all four check out, move on to the next feature you actually want.
Common mistakes
- Configuring several features before testing any of them — if something's wrong with role placement, you'll now have several broken features to debug instead of one.
- Treating a successful save as proof something works — confirm the actual Discord behaviour from a non-administrator account.
- Starting with a destructive or high-stakes feature (moderation actions, anti-nuke) before confirming the basics work.
- Skipping the dedicated permissions guide because 'it seems to be working so far.'
Troubleshooting
The dashboard doesn't show my server
Confirm the bot is actually installed and that your Discord account currently has the required server-management authority, then sign in again.
A feature saved but nothing happens in Discord
This is almost always role placement or a missing channel permission — see the dedicated permissions guide before assuming something's broken.
What should I configure next?
Once the basics are confirmed, move to whichever cluster matches your actual priority — Moderation if safety is the concern, Engagement if it's retention, AI if it's a conversational assistant.
Related guides
How to Add a Bot to Discord (Beginner's Guide)
The three things every Discord bot install actually needs — the right authorization, correct role placement, and a real test — explained once.
Read guideDiscord Bot Permissions, Explained
The three permission layers that actually control what a bot can do — server permissions, channel overwrites, and role hierarchy — and how they interact.
Read guide