Aripa User Docs

Server Setup

Configure Aripa after inviting it to a Discord server.

After Aripa is online and invited, configure it from inside Discord.

Setup Checklist

  1. Confirm the server ID is in allowlistedServerIds.
  2. Put the bot role high enough to manage the members and roles you expect it to manage.
  3. Confirm the bot can read and send messages in command channels.
  4. Configure a mod-log channel.
  5. Configure mute behavior.
  6. Optionally configure a ban message.
  7. Test a low-risk command such as -ping, -server, or -info.

Mod Logs

Set the log channel:

-logs setchannel #mod-logs

Enable log delivery:

-logs enable

Check the current channel:

-logs getchannel

Disable logs:

-logs disable

Clear the stored channel:

-logs setchannel none

The logs command requires ManageGuild.

Mute Behavior

Use Discord's built-in timeout system:

-muterole timeout

Use a mute role:

-muterole @Muted

Clear mute behavior:

-muterole none

Mute roles must be manageable by both the invoking user and the bot. A mute role must not grant Discord permissions.

Ban Message

Set the message Aripa tries to DM before banning a user:

-banmessage You are banned from this server.

Clear the message:

-banmessage none

The banmessage command requires ManageGuild.

On this page