Skip to content

Commit 474b678

Browse files
committed
chore: add more presences
1 parent e17777f commit 474b678

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/index.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ const client = new Client({
1212
});
1313

1414
const presenceList = [
15-
{ name: "with Coder", type: ActivityType.Playing },
16-
{ name: "with code-server", type: ActivityType.Playing },
17-
{ name: "with envbuilder", type: ActivityType.Playing },
18-
{ name: "with wush", type: ActivityType.Playing },
19-
{ name: "with Terraform", type: ActivityType.Playing },
20-
{ name: "to your issues", type: ActivityType.Listening },
21-
{ name: "over the Coder community", type: ActivityType.Watching },
15+
{ type: ActivityType.Playing, name: "with Coder" },
16+
{ type: ActivityType.Playing, name: "with code-server" },
17+
{ type: ActivityType.Playing, name: "with wush" },
18+
{ type: ActivityType.Playing, name: "with Mux (mux.coder.com)" },
19+
{ type: ActivityType.Playing, name: "with Terraform" },
20+
{ type: ActivityType.Listening, name: "to your issues" },
21+
{ type: ActivityType.Watching, name: "over the Coder community" },
2222
];
2323

2424
function shufflePresence() {

0 commit comments

Comments
 (0)