mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
export default {
|
|
IDLE: 0,
|
|
LOGGING_IN: 1,
|
|
LOGGED_IN: 2,
|
|
READY: 3,
|
|
DISCONNECTED: 4
|
|
};
|