GrafeasGroup / buttercup

Our personal assistant in Discord
MIT License
5 stars 2 forks source link

Automatically kick users if they don't change their username #135

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

To help keep the server clean and deter bots, we kick a user after 12 hours if they haven't adjusted their nickname to the desired format.

Buttercup should do this automatically, tracking users that have an invalid nickname and kick them after the time expires. Before it executes the kick, it should check again that the display name is still invalid, to make sure that users aren't kicked when their name is correct.