Skip to content

Commit

Permalink
Update nbnhhsh.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rikumi authored Oct 24, 2024
1 parent 5a54086 commit 8ba828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/nbnhhsh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const handleSlashCommand = async (message: GeneralMessage) => {
});
return (await res.json())
.filter(k => k.trans)
.map(({ name, trans }) => `${name}: ${trans.join(' ')}`).join('\n') || 'bn';
.map(({ name, trans }) => `${name}: ${trans.join(', ')}`).join('\n') || 'bn';
};

0 comments on commit 8ba828a

Please sign in to comment.