mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
export default {
|
|
IDLE: 0,
|
|
LOGGING_IN: 1,
|
|
LOGGED_IN: 2,
|
|
READY: 3,
|
|
DISCONNECTED: 4
|
|
};
|