Available Commands

Complete list of configuration commands

/config help

Admin

Shows configuration help

/config data

Admin

Shows current server configuration

/config update

Admin

Reset configuration to default values

/config cmd

Admin

Enable or disable specific commands

/config logs

Admin

Audit log configuration

/config perms

Admin

Bot permissions configuration

/config tickets help

Admin

Specific help for ticket configuration

Config Perms

Advanced permission configuration for specific commands

Syntax:

/config perms {permission} {action} ({roles}/{users})

{permission}

The permission to configure

Required

{action}

Add or remove the permission

Required

{roles}

Roles to add or remove, separated by spaces

Optional*

{users}

Users to add or remove, separated by spaces

Optional*

Note: At least one of the {roles} or {users} fields is mandatory.

Config Cmd

Enable or disable specific commands on your server

Syntax:

/config cmd {command} {state}

{command}

The command to enable or disable

Required

{state}

Enable or disable the command

Required

Default Commands

The following commands cannot be disabled:

help donate info invite privacidad updates savedatachat botsuggest bugreport config

Config Update

Reset all server configuration to default values

Syntax:

/config update

⚠️ Warning

This command will restore ALL custom configuration to default values. This action cannot be undone.

Config Data

Shows the current server configuration in detail

Syntax:

/config data

Information Displayed:

  • Enabled/disabled commands
  • Configured permissions
  • Log channels
  • Ticket configuration
  • Level configuration
  • Birthday configuration

Config Logs

Advanced configuration of the audit log system

Syntax:

/config logs {log}

{log}

The type of log to configure

Required

Available Log Types:

πŸ”¨ Moderation

Ban, Kick, Unban, Warns

πŸ‘₯ Users

Joins, Leaves, Profile changes

πŸ’¬ Messages

Deleted, edited messages

πŸ”Š Voice

Voice channel join/leave

🎭 Roles

Roles added/removed

πŸ“ Channels

Channels created/deleted

Parameters for Log Messages

Available variables to customize log messages

πŸ”¨ Ban / Kick / Unban

Message and Description:

{userid} {usertag} {mod} {modid} {modtag} {reason}

Footer:

{userid} {usertag} {modid} {modtag}

πŸ‘₯ Joins / Leaves

Joins - Message and Description:

{userid} {usertag} {user} {accage} {acc_age}

Leaves - Message and Description:

{userid} {usertag} {acc_age} {server_age}

πŸ’¬ Messages

Deleted Messages:

{del_msg} {usertag} {userid} {user} {channel} {channelid} {attached}

Edited Messages:

{usertag} {userid} {user} {channel} {channelid} {old_msg} {new_msg} {attached}

πŸ”Š Voice Channels

Voice Join/Leave:

{user} {usertag} {userid} {channel} {channelid}

🎭 Roles

Roles Added/Removed:

{user} {usertag} {userid} {role} {roleid}

πŸ“ Channels

Channels Created/Deleted:

{channel} {channelid} {category}

πŸ‘€ User Profile

Avatar/Name Updated:

{user} {usertag} {userid} {old_avatar_link} {new_avatar_link} {old_name} {new_name}

Parameter Explanation

Detailed description of each available variable

{reason}

Reason for the applied sanction

{user}

Mention of the affected user

{userid}

Unique user ID on Discord

{usertag}

Normal username (e.g.: User#1234)

{mod}

Mention of the moderator applying the action

{modid}

Unique moderator ID

{modtag}

Moderator username

{channel}

Mention of the related channel

{channelid}

Unique channel ID

{del_msg}

Content of the deleted message

{old_msg}

Previous content of the edited message

{new_msg}

New content of the edited message

{attached}

Attachment information

{acc_age}

Discord account age

{server_age}

Time the user has been on the server

{\n}

Line break in logs

{role}

Mention of the added or removed role

{roleid}

Unique role ID

{category}

Channel category name

{old_avatar_link}

Link to user's previous avatar

{new_avatar_link}

Link to user's new avatar

{old_name}

User's previous name

{new_name}

User's new name