Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.46 KB

MemberCounter

MemberCounter is a simple Discord Bot that shows the current amount of members in a guild as their nickname in this guild.

Best way to use it

The best way to use it is to set MemberCounters role at top of all roles or at least over the Member role or whatever you have. Then set it as hoisted and, right away, you will see how many members your server has.

Commands

  • <prefix>help: Shows a help how to correctly set MemberCounter up and a list of all commands.
  • <prefix>update: When you believe MemberCounters nickname isn't showing the correct amount of member because of a downtime or whatever, use this command to update its nickname.
  • <prefix>invite: Shows the link to invite me to your server and the invite link to my support server.
  • <prefix>stats: Shows the bot's stats on discordbots.org.
  • <prefix>config: Guild specific configuration

Guild Specific Configuration

Key Type Example Description
format string %all% (online: %online%) Format the count will be displayed in the nickname:
%all% - all members count
%online% - online members count
%offline% - offline members count
countBots bool true Set if bots will be counted or not.

Links