thaldrin/utils/src/statuses.js

7 lines
119 B
JavaScript
Raw Normal View History

2019-10-14 11:19:41 +00:00
module.exports = {
playing: "PLAYING",
watching: "WATCHING",
listening: "LISTENING",
streaming: "STREAMING"
};