mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
Finished most of structure
This commit is contained in:
@@ -96,7 +96,8 @@ var Permissions = {
|
||||
};
|
||||
|
||||
var PacketType = {
|
||||
READY: "READY"
|
||||
READY: "READY",
|
||||
MESSAGE_CREATE: "MESSAGE_CREATE"
|
||||
};
|
||||
|
||||
exports.API_ENDPOINT = API;
|
||||
|
||||
Reference in New Issue
Block a user