@@ -554,7 +554,7 @@ schema.methods.startQuest = async function startQuest (user) {
|
||||
});
|
||||
});
|
||||
});
|
||||
this.sendChat(`Your quest, ${quest.text('en')}, has started.`, null, {
|
||||
this.sendChat(`\`Your quest, ${quest.text('en')}, has started.\``, null, {
|
||||
participatingMembers: this.getParticipatingQuestMembers().join(', '),
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user