Advanced Bot Configs
Limiting registration to a role
- Create a new role, right-click and copy the role ID
- Configure
SinusSynchronous.DiscordRegistrationRole
inservices.appsettings.json
to the ID for that role - Configure
SinusSynchronous.LockRegistrationToRole
inservices.appsettings.json
totrue
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.json
of theservices
service, set theSinusSynchronous.VanityRoles
property to{ <vanity role ID>: "Vanity" }
Laci should automatically pick up the change and vanity roles should be enabled now.