[prefix..'ping']={-- Ping Pong function, generally just to see if its on or not without triggering a more complex function. Also tests if its really borked.
[prefix..'time']={-- Posts time to channel, stuck in military time, perhaps use a io.popen() to get actual system time in a more human readable format?
exec=function(message)
message.channel:send('The current time in military time is '..os.date()..' atleast in Chicago!')
end
};
exec=function(message)
message.channel:send('The current time in military time is '..os.date()..' atleast in Chicago!')
end
};
[prefix..'analyze']={-- Prints contents and attachments to console.