mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
feat: add new activity flags (#6699)
This commit is contained in:
11
typings/index.d.ts
vendored
11
typings/index.d.ts
vendored
@@ -3048,7 +3048,16 @@ export interface WebhookFields extends PartialWebhookFields {
|
||||
|
||||
//#region Typedefs
|
||||
|
||||
export type ActivityFlagsString = 'INSTANCE' | 'JOIN' | 'SPECTATE' | 'JOIN_REQUEST' | 'SYNC' | 'PLAY';
|
||||
export type ActivityFlagsString =
|
||||
| 'INSTANCE'
|
||||
| 'JOIN'
|
||||
| 'SPECTATE'
|
||||
| 'JOIN_REQUEST'
|
||||
| 'SYNC'
|
||||
| 'PLAY'
|
||||
| 'PARTY_PRIVACY_FRIENDS'
|
||||
| 'PARTY_PRIVACY_VOICE_CHANNEL'
|
||||
| 'EMBEDDED';
|
||||
|
||||
export type ActivitiesOptions = Omit<ActivityOptions, 'shardId'>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user