SCE-Development/SCE-discord-bot

Create method to count number of commands

neelp03 opened this issue · 0 comments

To collect commands, this method will need to use commandHandlers.js to retrieve all the commands (including aliases) and will need to send a JSON object containing the specified attributes.

JSON Format

{
   "Command_Name" : string,
   "Command_Arguments" : string,
   "Channel_ID" : string,
   "Message" : string,
   "Date" : string,
   "Time" : string,
   "UserID" : string,
   "Successful" : "true or false depending on command validness"
}