LinsaneFC / RasenBot

3 stars 0 forks source link

Auto Assign Roles for New Members #9

Closed LinsaneFC closed 1 year ago

LinsaneFC commented 2 years ago

Subtask under issue #4.

This is just so that new members that join are immediately assigned the lowest role in the server such that no member will just be under the "online" role.

benjaminl4917 commented 2 years ago

how should we determine the lowest role in the server. should we have like a command($setDefaultRole blahblah) that sets the default role for the server because it's gonna be different for each server the bot is used on

LinsaneFC commented 2 years ago

We can use a default command that only administrators or mods (above a certain role that has some privilege) can use, or even better, check out guild.roles in the discord.py documentation

Screenshot_20220810-141449

benjaminl4917 commented 2 years ago

i believe I finished this issue

stephenlee91 commented 1 year ago

No longer needed because of housekeeping ability which provides the lowest role if they verify themselves