VanillaSixtySix / neurobot

0 stars 1 forks source link

Add user activity checker #10

Open VanillaSixtySix opened 4 hours ago

VanillaSixtySix commented 4 hours ago

Add a moderator-only command to provide the initiator with information on whether a user is considered active in the server or not.

These values are not expected to change, so it's fine to hardcode.

Active criteria:

CloudburstSys commented 2 hours ago

Can get the first join by using Discord Search API and getting the first message mentioning them in the welcome channel

Active criteria checking: > 3 months - Use Discord Search API to get last messages after 3 months ago. > 2 weeks but < 3 months - Use Discord Search API to get total message count. < 2 weeks - True role - has a role in a "always active" role list