UNPKG

discord-login-bot

Version:

A simple Discord bot package that allows you to create a bot and join a voice channel.

7 lines 143 B
const statusType = { online:"online", idle:"idle", doNotDisturb:"dnd", offline:"invisible" } module.exports = statusType;