diff options
Diffstat (limited to 'commands/membercount.js')
| -rw-r--r-- | commands/membercount.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/membercount.js b/commands/membercount.js index 7c32f16..8edc030 100644 --- a/commands/membercount.js +++ b/commands/membercount.js @@ -5,4 +5,4 @@ module.exports = { execute(msg, args, bot) { msg.reply(`there are **${msg.guild.memberCount}** members in **${msg.guild.name}**`); } -}
\ No newline at end of file +};
\ No newline at end of file |