feat(Activity): support for CUSTOM_STATUS activity type (#3353)

* feat: support for custom status in activity

* nit(typings): order properties
This commit is contained in:
Jeroen Claassens
2019-12-05 13:13:42 +01:00
committed by SpaceEEC
parent 1b1289b35e
commit 2ca74d6b63
3 changed files with 29 additions and 1 deletions

View File

@@ -411,6 +411,7 @@ exports.MessageTypes = [
* * STREAMING
* * LISTENING
* * WATCHING
* * CUSTOM_STATUS
* @typedef {string} ActivityType
*/
exports.ActivityTypes = [
@@ -418,6 +419,7 @@ exports.ActivityTypes = [
'STREAMING',
'LISTENING',
'WATCHING',
'CUSTOM_STATUS',
];
exports.ChannelTypes = {