SeqSEE / discord-sentinel

A robust and lightweight bot used to manage and secure discord guilds.
MIT License
1 stars 0 forks source link

History of active time on the server #16

Open Thalma opened 4 years ago

Thalma commented 4 years ago

This only if possible! Reflect uptime per day, that is, time of the first message on a day and time of the last message on the same day. example: 07 October: User / date / time (fist message) User / date / time / (last message) 08 / octuber User / date / time (fist message) User / date / time / (last message)

SeqSEE commented 4 years ago

Would a command like this work? The user argument is required, the days is optional and would default to some amount of days to check. !activity \<user> (days)

Thalma commented 4 years ago

Great! that would be a good command.