Getting Started

Invite Tuna to your server, then run a scan so you know exactly what the bot is looking at before you configure anything.

,scanserver

This produces a full written report — every role and its permissions, every category and channel, and a best guess at what each channel is used for.

Permissions

Tuna needs Manage Roles, Manage Channels, Manage Messages, Kick Members, and Ban Members to run its core features. Its own top role must sit above any role it's asked to manage — if a command fails with a permissions error, this is almost always why.

Moderation & Logs

Every moderation action creates a numbered case with full history:

,warn @user Spamming links
,case 47
,history @user

Route any of six log categories — messages, members, roles, channels, voice, server — to their own channel:

,logs set messages #mod-logs

Automod

The slur filter is on by default and is separate from general profanity — regular cursing is never touched unless you turn on the word filter yourself.

,filter toggle slurs true
,medialock @role

LFG

Start a looking-for-group post with a game name and a party size. People join or leave with buttons, and the whole party gets pinged the moment it fills.

,lfg "Ranked Valorant" 5

Economy

A full wallet-and-bank currency system with daily rewards, jobs, and a leaderboard.

,daily
,work
,balance
,leaderboard

Staff & Tickets

Build a rank ladder from lowest to highest, then let people apply through a ticket panel. Accepting an application grants the entry-level rank automatically.

,ranks add @Trial-Mod
,staffappsetup #applications @Reviewer-Team
,staffapppanel

Promoting someone requires holding a rank at least two steps above the one you're granting — or being an administrator.