I was tired of assigning roles to new users in my servers, but I didn't want to install a whole bot system just to assign some roles. So I decided to make my own. All this bot does is assign a specified role to users that join the server it's within.
Really a simple project at the end of the day, but it was fun revisiting Python after not touching it after a number of years. I had some familiarity with the discord API when I wrote this bot the first time in Javascript, but Discord.py was just enough different to need to read up on the documentation. The bot does it's job perfectly, and is able to run nicely on one of my Raspberry Pis.