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

Ref: https://github.com/discord/discord-api-docs/commit/cd6c72a9a297c32ef59f3243eaddd9167fb4e1c3
This commit is contained in:
TTtie
2020-09-15 22:58:52 +03:00
committed by GitHub
parent 52f8bc33c6
commit 94d0a16805
+1
View File
@@ -88,6 +88,7 @@ export enum ActivityType {
Listening,
Custom = 4,
Competing,
}
/**