This commit is contained in:
Madeline
2022-12-19 20:50:36 +11:00
parent 3844d8a40b
commit 39382bad65
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ export interface Activity {
instance?: boolean;
flags: string; // activity flags OR d together, describes what the payload includes
// Spotify and other rich presence data
id?: string;
sync_id?: string;
metadata?: {

View File

@@ -39,6 +39,7 @@ export const ActivitySchema = {
$instance: Boolean,
$flags: String,
// Spotify and other rich presence data
$id: String,
$sync_id: String,
$metadata: {