Skip to content

Commit ae7c3e6

Browse files
committed
fix(supportQuestions): update allowedMentions to correctly mention post author
1 parent 306acd2 commit ae7c3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/supportQuestions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default {
181181
if (ctx.user.id !== supportPost.author) {
182182
replyOptions.content = `-# <@${supportPost.author}>`;
183183
replyOptions.allowedMentions = {
184-
parse: ["users"],
184+
users: [supportPost.author],
185185
};
186186
}
187187

0 commit comments

Comments
 (0)