@@ -12,13 +12,13 @@ const client = new Client({
1212} ) ;
1313
1414const 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
2424function shufflePresence ( ) {
0 commit comments