Server Setup
Configure Aripa after inviting it to a Discord server.
After Aripa is online and invited, configure it from inside Discord.
Setup Checklist
- Confirm the server ID is in
allowlistedServerIds. - Put the bot role high enough to manage the members and roles you expect it to manage.
- Confirm the bot can read and send messages in command channels.
- Configure a mod-log channel.
- Configure mute behavior.
- Optionally configure a ban message.
- Test a low-risk command such as
-ping,-server, or-info.
Mod Logs
Set the log channel:
-logs setchannel #mod-logsEnable log delivery:
-logs enableCheck the current channel:
-logs getchannelDisable logs:
-logs disableClear the stored channel:
-logs setchannel noneThe logs command requires ManageGuild.
Mute Behavior
Use Discord's built-in timeout system:
-muterole timeoutUse a mute role:
-muterole @MutedClear mute behavior:
-muterole noneMute 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 noneThe banmessage command requires ManageGuild.