Finished most of structure

This commit is contained in:
hydrabolt
2015-10-31 21:56:13 +00:00
parent c5e5ab54db
commit 5ccaca915b
23 changed files with 323 additions and 70 deletions

View File

@@ -96,7 +96,8 @@ var Permissions = {
};
var PacketType = {
READY: "READY"
READY: "READY",
MESSAGE_CREATE: "MESSAGE_CREATE"
};
exports.API_ENDPOINT = API;