Member Count Command: Added a new slash command named /member_count.
Detailed Server Member Information: Provides insights into the server's member composition.
Total Members: Shows the total number of users, including humans and bots.
Total Human: Displays the count of human members.
Total Bots: Indicates the quantity of bots in the server.
Awake Bots: Indicates the currently online bots.
Testing:
Meticulous testing ensures accurate member count retrieval and message formatting.
Result is a per current server member.
Future Improvement:
Show online and offline member. (Tried using presence, not able to get the correct status)
Remove hard code for botid and use fetch (When bot is idle, it will not show on member.user.bot. Tried to use fetch to get all for online and offline member and bots but not able to make it work)
Features:
Testing:
Future Improvement: