UNPKG
discord-login-bot
Version:
latest (1.1.4)
1.1.4
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
A simple Discord bot package that allows you to create a bot and join a voice channel.
discord-login-bot
/
src
/
help
/
statusType.js
7 lines
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
statusType
=
{ online:
"online"
, idle:
"idle"
, doNotDisturb:
"dnd"
, offline:
"invisible"
}
module
.
exports
= statusType;