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

BREAKING CHANGE: `Game` was renamed to `Playing`
This commit is contained in:
Rodry
2022-01-18 23:13:03 +00:00
committed by GitHub
parent b07d5a0c22
commit 08a8b28ee1
4 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ export enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/

View File

@@ -221,7 +221,7 @@ export enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/

View File

@@ -220,7 +220,7 @@ export const enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/

View File

@@ -221,7 +221,7 @@ export const enum ActivityType {
/**
* Playing {game}
*/
Game,
Playing,
/**
* Streaming {details}
*/