On Join Roles
You can assign roles to new members that join your server. Follow this example to do so:
on_join_roles: ['630576778271784964', 'Other Role ID']
Another way of doing this is like this:
on_join_roles:
- '630576778271784964'
- 'Other Role ID'
You can add as many as you want.
Last updated