Guild Settings
Automatically applies your server settings when joining new guilds.
Guild Settings Configuration
Automatically configure server settings when you join new Discord servers.
The module applies your preferred settings instantly.
See the Modules Overview for a complete list of all available modules.
modules/autoguild.jsonCore Settings
Basic guild configuration options.
enabled
Enable/disable the auto-guild module
Default: false
notifications
Enable webhook notifications for new guilds
Default: false
Settings Configuration
Configure how the module applies settings to new guilds.
settings
The settings object that gets applied to each new guild:
{
"settings": {
"muted": true,
"mute_config": {
"selected_time_window": 0
},
"message_notifications": 1,
"mobile_push": false,
"suppress_everyone": true,
"suppress_roles": true,
"hide_muted_channels": false,
"show_all_channels": true
}
}Understanding Settings
Mute Configuration
muted: true - Mutes the server on join
selected_time_window: 0 - Indefinite mute duration
Notification Settings
message_notifications: 1 - Only mentions
mobile_push: false - No mobile notifications
Channel Visibility
suppress_everyone: true - Suppress everyone pings
suppress_roles: true - Suppress role pings
show_all_channels: true - Show all channels by default
Security Notes
- These settings are applied automatically to every new server
- Modify settings carefully to match your preferences
- Test with a private server before joining public servers