A module to create a simple discord bot in lua. Since most exploits don't support the wss websocket protocol you will have to use wss.py to use the module.
Start a connection between your bot and discord.
<void> Daylight:Start(<string> Token)
Closes the connection between your bot and discord.
<void> Daylight:Close(<void)
Connects the the specified event
<void> Daylight:Connect(<string> Event, <function> Callback)