mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
refactor: rename Constants.OPCode to Opcode, moved objects to enums (#6065)
This commit is contained in:
@@ -98,7 +98,7 @@ exports.Status = {
|
||||
RESUMING: 8,
|
||||
};
|
||||
|
||||
exports.OPCodes = {
|
||||
exports.Opcodes = {
|
||||
DISPATCH: 0,
|
||||
HEARTBEAT: 1,
|
||||
IDENTIFY: 2,
|
||||
|
||||
Reference in New Issue
Block a user