Skip to content

Commit

Permalink
Merge branch 'new' of github.com:member-counter/bot into new
Browse files Browse the repository at this point in the history
eduardozgz committed Jan 9, 2025
2 parents e761d32 + d68f7c7 commit 20d5015
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ export const createDataSourceMetadataMath = (i18n: i18n) =>
amount: nonDisplayableNumbers,
})
: "",
});
}).split(/\s+/).join(" ");
},
});
Original file line number Diff line number Diff line change
@@ -66,6 +66,6 @@ export const createDataSourceMetadataMembers = (i18n: i18n) =>
? t(`display.connectedToAChannel`)
: "",
playingAGame: playing?.length ? t(`display.playingAGame`) : "",
});
}).split(/\s+/).join(" ");
},
});
});

0 comments on commit 20d5015

Please sign in to comment.