feat(ActivityType): add Competing activity type (#11)

Ref: cd6c72a9a2
This commit is contained in:
TTtie
2020-09-15 21:58:52 +02:00
committed by GitHub
parent 52f8bc33c6
commit 94d0a16805

View File

@@ -88,6 +88,7 @@ export enum ActivityType {
Listening,
Custom = 4,
Competing,
}
/**