chore: HANG status
This commit is contained in:
parent
08d52aa677
commit
585b71a1af
@ -755,10 +755,11 @@ exports.SystemMessageTypes = exports.MessageTypes.filter(
|
|||||||
* * WATCHING
|
* * WATCHING
|
||||||
* * CUSTOM
|
* * CUSTOM
|
||||||
* * COMPETING
|
* * COMPETING
|
||||||
|
* * HANG
|
||||||
* @typedef {string} ActivityType
|
* @typedef {string} ActivityType
|
||||||
* @see {@link https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum}
|
* @see {@link https://discord.com/developers/docs/game-sdk/activities#data-models-activitytype-enum}
|
||||||
*/
|
*/
|
||||||
exports.ActivityTypes = createEnum(['PLAYING', 'STREAMING', 'LISTENING', 'WATCHING', 'CUSTOM', 'COMPETING']);
|
exports.ActivityTypes = createEnum(['PLAYING', 'STREAMING', 'LISTENING', 'WATCHING', 'CUSTOM', 'COMPETING', 'HANG']);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All available channel types:
|
* All available channel types:
|
||||||
|
1
typings/enums.d.ts
vendored
1
typings/enums.d.ts
vendored
@ -8,6 +8,7 @@ export const enum ActivityTypes {
|
|||||||
WATCHING = 3,
|
WATCHING = 3,
|
||||||
CUSTOM = 4,
|
CUSTOM = 4,
|
||||||
COMPETING = 5,
|
COMPETING = 5,
|
||||||
|
HANG = 6,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const enum ApplicationCommandTypes {
|
export const enum ApplicationCommandTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user