View DiscordGuildMessageCounter.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file Defines a function used to count the messages of every user in a Discord guild. | |
* @author wooningc | |
* @requires discord.js.org | |
*/ | |
"use strict"; | |
/** | |
* @function countMessages | |
* @param {Guild} guild The guild whose members will be iterated through. |