-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Arthur B edited this page Aug 22, 2023
·
1 revision
The default configuration can be generated with the --generateFiles
flag.
⚠️ The bot is currently in its development phase for version 2.0.0, some features are not fully operational/available, despite being present in the config.
Name | Can be null? | Description |
---|---|---|
lang_file |
No | Name of the lang to use (ex. en_US) |
administrators_id |
Yes | List of administrator IDs. |
Name | Can be null? | Description |
---|---|---|
guild_id |
No | The Discord server ID. |
presence.status |
Yes | The bot status (see JDA OnlineStatus). ONLINE by default. |
presence.activity.show |
Boolean | If set to true the bot will display an activity in its profile. If the type or text is null, the activity will not display. |
presence.activity.type |
Yes | The type of activity (see JDA ActivityType). |
presence.activity.text |
Yes | This is the text that appears after the name of the activity. Example: Watching logs
|
Name | Can be null? | Description |
---|---|---|
enable |
Boolean | Welcome messages activation. |
channel_id |
Yes | The channel the bot will send the welcome message. Welcome messages are disabled if this parameter is null. |
Name | Can be null? | Description |
---|---|---|
enable |
Boolean | Auto-role activation. |
role_id |
Yes | The role the bot will give to a new member. Auto-role is disabled if this parameter is null. |
Name | Can be null? | Description |
---|---|---|
auto_stop |
Boolean | Decide whether the bot should leave the voice channel when alone or not |
Allows you to choose the active commands of the bot. Disabled commands will not show up on Discord.
channel_id
: The channel where notifications will be sent. Disables notifications for its category if null.
Name | Description |
---|---|
admin |
Will send a message when the bot is starting or shutting down. |
commands |
Will send a message when someone executes a command. |
Name | Description |
---|---|
cache |
Define how many messages the bot should keep in mind to log deletes and edits. I recommend not going over 20 or 30. |
edit |
Will send a message when someone edit a message. If the message is present in the cache, the bot will log the message before modification. |
delete |
Will send a message when someone delete a message. If the message is present in the cache, the bot will log the message before deletion. |
Name | Description |
---|---|
join |
Will send a message when someone join the Discord server. |
leave |
Will send a message when someone leave (excluding kicks) the Discord server. |
Name | Description |
---|---|
ban |
Will send a message when a user is banned from the Discord server. |
unban |
Will send a message when a moderator unban someone. |
kick |
Will send a message when a moderator kick a member. |
timeout |
EXPERIMENTAL Will send a message if the bot detect a change in the timeout of someone. However, it is very limited. This gives access only to the old timeout duration and the new one, and does not always trigger when a moderator timeout a member. |
deafen_member |
Will send a message when a moderator deafen a member. |
undeafen_member |
Will send a message when a moderator undeafen a member. |
mute_member |
Will send a message when a moderator mute a member. |
unmute_member |
Will send a message when a moderator unmute a member. |
change_member_nickname |
Will send a message when a moderator change the nickname of a member. |
Name | Description |
---|---|
join |
Will send a message when someone joins a voice channel. |
leave |
Will send a message when someone leave a voice channel. |
move |
Will send a message when someone has moved from one voice channel to another. |