Advanced Bot Configs
Limiting registration to a role
- Create a new role, right-click and copy the role ID
- Configure
LaciSynchroni.DiscordRegistrationRoleinservices.appsettings.jsonto the ID for that role - Configure
LaciSynchroni.LockRegistrationToRoleinservices.appsettings.jsontotrue
Enable Vanity roles
Vanity role enables choosing of a vanity ID.
- (Optional) Create a role in discord you want to use as vanity role.
- Copy the ID of your Vanity role
- In your the
appsettings.jsonof theservicesservice, set theLaciSynchroni.VanityRolesproperty to{ <vanity role ID>: "Vanity" }
Laci should automatically pick up the change and vanity roles should be enabled now.