UNPKG

clyde-gateway

Version:

Simple and very small library to connect your bot to the discord gateway

12 lines (11 loc) 157 B
const ActivityType = { GAME: 0, STREAMING: 1, LISTENING:2, WATCHING:3, CUSTOM:4, COMPETING:5 } module.exports = { ActivityType }