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