refactor(ActivityType): change Game to Playing (#298)

BREAKING CHANGE: `Game` was renamed to `Playing`
This commit is contained in:
Rodry
2022-01-19 01:13:03 +02:00
committed by GitHub
parent b07d5a0c22
commit 08a8b28ee1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ export enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/
+1 -1
View File
@@ -221,7 +221,7 @@ export enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/
+1 -1
View File
@@ -220,7 +220,7 @@ export const enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/
+1 -1
View File
@@ -221,7 +221,7 @@ export const enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/