diff options
| author | 8cy <[email protected]> | 2020-04-07 10:38:48 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-07 10:38:48 -0700 |
| commit | 1885ab12c73c7a79a2e7d1a8055f9bd2b0a7f71b (patch) | |
| tree | 67f050cc81dea4b9b21f0d0349ecbdb263ecf221 /commands/membercount.js | |
| parent | port all the stuff from app.js to commands/ (diff) | |
| download | s5nical-1885ab12c73c7a79a2e7d1a8055f9bd2b0a7f71b.tar.xz s5nical-1885ab12c73c7a79a2e7d1a8055f9bd2b0a7f71b.zip | |
final test push before master
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 |