thaldrin/utils/src/statuses.js
2019-10-14 13:19:41 +02:00

6 lines
119 B
JavaScript
Executable file

module.exports = {
playing: "PLAYING",
watching: "WATCHING",
listening: "LISTENING",
streaming: "STREAMING"
};