Skip to content

Commit

Permalink
chore: add more staff activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Jul 14, 2024
1 parent 0d7f4bb commit b89484e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions server/api/getStaffData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,39 @@ const activities: Map<string, DiscordUserCardActivity[]> = new Map()
],
startTimestamp: Date.now(),
} satisfies DiscordUserCardActivity,
]).set("205984221859151873", [
{
type: ActivityType.Playing,
name: "BeatLeader",
largeImage: "https://cdn.assets.beatleader.xyz/songcover-38bddxx-cover.jpg",
smallImage: "https://cdn.rcd.gg/PreMiD/websites/B/BeatLeader/assets/15.png",
smallImageText: "Lawless Expert+",
details: "Blue Bird",
state: "Mapped by: Darkrealm7, ItsNoot3rch",
startTimestamp: Date.now(),
buttons: [
{
label: "View Page",
url: "https://beatleader.xyz/leaderboard/global/38bddxx97/1",
},
],
} satisfies DiscordUserCardActivity,
]).set("152155870917033985", [
{
type: ActivityType.Watching,
name: "YouTube",
details: "lofi hip hop radio 📚 - beats to relax/study to",
state: "Lofi Girl",
largeImage: "https://i.ytimg.com/vi/jfKfPfyJRdk/hqdefault_live.jpg",
smallImage: "https://cdn.rcd.gg/PreMiD/resources/live.png",
startTimestamp: Date.now(),
buttons: [
{
label: "Watch Live",
url: "https://www.youtube.com/live/jfKfPfyJRdk",
},
],
} satisfies DiscordUserCardActivity,
]);

async function getStaffData(id: string) {
Expand Down

0 comments on commit b89484e

Please sign in to comment.