summary refs log tree commit diff
path: root/dist/models/Activity.js
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-11 20:44:26 +0100
commit673e691c6e26a0abbadb93cf8ef4b1e45ad1accc (patch)
tree8496623a70f192e4e88ec487e38e0f6c284dc883 /dist/models/Activity.js
parent:sparkles: updated other models (diff)
downloadserver-673e691c6e26a0abbadb93cf8ef4b1e45ad1accc.tar.xz
:wrench: build
Diffstat (limited to 'dist/models/Activity.js')
-rw-r--r--dist/models/Activity.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/models/Activity.js b/dist/models/Activity.js
new file mode 100644

index 00000000..ddb15100 --- /dev/null +++ b/dist/models/Activity.js
@@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ActivityType = void 0; +var ActivityType; +(function (ActivityType) { + ActivityType[ActivityType["GAME"] = 0] = "GAME"; + ActivityType[ActivityType["STREAMING"] = 1] = "STREAMING"; + ActivityType[ActivityType["LISTENING"] = 2] = "LISTENING"; + ActivityType[ActivityType["CUSTOM"] = 4] = "CUSTOM"; + ActivityType[ActivityType["COMPETING"] = 5] = "COMPETING"; +})(ActivityType = exports.ActivityType || (exports.ActivityType = {})); +//# sourceMappingURL=Activity.js.map \ No newline at end of file