diff options
Diffstat (limited to 'commands/membercount.js')
| -rw-r--r-- | commands/membercount.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/commands/membercount.js b/commands/membercount.js deleted file mode 100644 index 8edc030..0000000 --- a/commands/membercount.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - name: 'membercount', - aliases: ['memberc', 'mcount', 'mc'], - description: '', - execute(msg, args, bot) { - msg.reply(`there are **${msg.guild.memberCount}** members in **${msg.guild.name}**`); - } -};
\ No newline at end of file |