Automatic kick when not joined in X amount of days
J-295 opened this issue ยท 8 comments
Make it so when you have not joined the server in X amount of days, or have been on the discord and not linked after X amount of days, then it kicks you off of the discord. Here is a bad flowchart I made: https://cdn.discordapp.com/attachments/431848792828936192/792134599056293908/unknown.png
Im new to github so please let me know if im doing anything wrong. If you need to contact me, my discord name is James Bennett#9534
Here is the Visio document
Discord SRV.zip
"Has the user been on the Discord" isn't a very measurable statistic. Discord has a purge feature to remove dead accounts, that may already cut out a lot of the user's that the 'isn't linked' side. The Minecraft side of when the player was last logged in sounds somewhat more reasonable (for implementation into DiscordSRV) however
Sorry, I don't think I explained very well about that part, how long they were on the server for. I want it to look at when they joined the discord and then it can calculate how long they have been on the server for. I know MEE6 bot can see when members have joined even ones before the bot was added so it must be possible, I will try to research how you might be able to get that information
I don't see why knowing how long a user has been in the server is relevemt for this future but that data is available.
It is because if they have been on the server for X amount of days without linking, it kicks them.