Newer version of https://github.com/0zBug/Daylight/
Start a connection between your bot and discord.
<void> Client:Start(<string> Token)
Closes the connection between your bot and discord.
<void> Client:Close(<void)
Connects the the specified event
<void> Client:Connect(<string> Event, <function> Callback)
Adds a command to your bot
<void> Client:AddCommand(<string> Name, <string> Description, <function> Callback)