Error apostrophe
Blamo27 opened this issue · 0 comments
Blamo27 commented
const command = `say &6&lTEST &a&la voté et à gagné &c&l'accès au sort bond`;
nodercon.broadcastCommand(command, (data) => {
callback({ status: true, reward: `Vous avez gagné : ${reward.name}` });
});
When I put the caracter " ' ", this is removing some packets after and send only :
Can you fix that ? Thanks !