mirror of
https://github.com/danbulant/discord.js
synced 2026-05-20 12:59:08 +00:00
7 lines
No EOL
124 B
JavaScript
7 lines
No EOL
124 B
JavaScript
"use strict";
|
|
|
|
exports.IDLE = 0;
|
|
exports.LOGGING_IN = 1;
|
|
exports.LOGGED_IN = 2;
|
|
exports.READY = 3;
|
|
exports.DISCONNECTED = 4; |