Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit a8b9065

Browse files
committed
fix: improved display trigger word
1 parent 4dc18f4 commit a8b9065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alexjs/checkContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const checkContent = async (
2121

2222
for (const message of rawResult) {
2323
const embed = new MessageEmbed();
24-
embed.setTitle(`You used ${message.actual}`);
24+
embed.setTitle(`You used the word "${message.actual}"`);
2525
embed.setDescription(
2626
'This might not be inclusive or welcoming language. Please update / edit your message with the following suggestions instead:',
2727
);

0 commit comments

Comments
 (0)