Ready

Sent when we initially connect, contains base state and connection information.

class Ready {
ushort ver;
string sessionID;
User me;
Guild[] guilds;
Channel[] dms;
}

Meta