1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00
This commit is contained in:
Madeline 2022-12-19 20:50:36 +11:00
parent 8eff4de19d
commit f5671775ef
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: {