mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Add MessageCreate handler, set up Message class and add ability to Cache messages
This commit is contained in:
@@ -37,6 +37,7 @@ class WebSocketPacketManager {
|
||||
this.register(Constants.WSEvents.USER_UPDATE, 'UserUpdate');
|
||||
this.register(Constants.WSEvents.VOICE_STATE_UPDATE, 'VoiceStateUpdate');
|
||||
this.register(Constants.WSEvents.TYPING_START, 'TypingStart');
|
||||
this.register(Constants.WSEvents.MESSAGE_CREATE, 'MessageCreate');
|
||||
}
|
||||
|
||||
get client() {
|
||||
|
||||
Reference in New Issue
Block a user