Basically Kurisu's ability reimplemented in discordjs (since Kurisu is a pain to get running)
Commands
[ ] softban
[ ] liftsoftban
Explanation
A softban is done by checking if a member is in a specific list (I plan on using UserIDs to check for said list) and if they are, kicking them. That is Kurisu's implementation of a softban.
My implementation will be slightly different. It still checks if the member is in a specific list, but if they are, they will be banned instead and given a DM to explain that they were banned for evading warns/sockpuppetry.
Basically Kurisu's ability reimplemented in discordjs (since Kurisu is a pain to get running)
Commands
Explanation
A softban is done by checking if a member is in a specific list (I plan on using UserIDs to check for said list) and if they are, kicking them. That is Kurisu's implementation of a softban.
My implementation will be slightly different. It still checks if the member is in a specific list, but if they are, they will be banned instead and given a DM to explain that they were banned for evading warns/sockpuppetry.