Configuration & Customization
βοΈ Configuration & Customization
VanGuard offers a wide range of configurable settings that allow you to personalize the bot's behavior, appearance, and functionality. Customize everything from your serverβs prefix to moderation settings and more!
1. π Configuring Prefix
You can change VanGuard's prefix to suit your serverβs needs. The default prefix is !
, but you can set a custom one easily.
To change the prefix, use the following command:
For example, to set the prefix to !
(or any other symbol you prefer):
2. π Permissions & Roles
VanGuard gives you full control over who can access and use certain commands. You can assign roles and permissions to restrict access to specific bot features.
Role Permissions:
!role add @user [role]
β Assign a role to a user!role remove @user [role]
β Remove a role from a user!role list
β View the roles assigned to users
Additionally, you can limit commands to certain roles with:
For example, restrict the !ban
command to Admins only:
3. π Server Settings
VanGuard allows you to manage server-specific settings, including notifications, logging, and feature toggles. Use the !config
command to access the configuration panel.
Available Settings:
!config notifications enable/disable
β Toggle event notifications (e.g., bans, joins).!config logchannel <#channel-name>
β Set up a channel to log moderation events.!config automod enable/disable
β Turn AutoMod on or off.!config captcha enable/disable
β Toggle Captcha verification for new members.!config raidmode enable/disable
β Enable/Disable raid protection mode.
4. π Message Customization
Customize welcome messages, goodbye messages, and more using the !setmessage
command.
Example Commands:
!setmessage welcome [message]
β Customize the welcome message for new members.!setmessage goodbye [message]
β Customize the goodbye message for members leaving.!setmessage verification [message]
β Customize the verification prompt sent to new members.
You can include placeholders like {user}
and {server}
in your messages, which will be replaced with the userβs name and server name, respectively.
Last updated