We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717a5b8 commit 7a782e6Copy full SHA for 7a782e6
1 file changed
src/ps/commands/games/meta.tsx
@@ -26,7 +26,7 @@ export const command: PSCommand = {
26
<>
27
<hr />
28
{Object.values(Games)
29
- .filter(Game => Object.keys(PSGames[Game.meta.id] ?? {}).length > 0)
+ .filter(Game => Object.values(PSGames[Game.meta.id] ?? {}).filter(game => game.room.id === message.target.id).length > 0)
30
.map(Game => (
31
32
<h3>{Game.meta.name}</h3>
0 commit comments