[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.
message.channel:send("I can add new commands on the fly, probably just going to be for testing purposes. Probably a security hole. Hence why this is the _experimental_ branch")