feat(Constants): add CUSTOM_STATUS to ActivityTypes

This commit is contained in:
SpaceEEC
2020-02-01 21:12:58 +01:00
parent 17b8b23b80
commit 2589db6633

View File

@@ -373,6 +373,7 @@ exports.Events = {
* * STREAMING
* * LISTENING
* * WATCHING
* * CUSTOM_STATUS
* @typedef {string} ActivityType
*/
exports.ActivityTypes = [
@@ -380,6 +381,7 @@ exports.ActivityTypes = [
'STREAMING',
'LISTENING',
'WATCHING',
'CUSTOM_STATUS',
];
exports.ActivityFlags = {