From 387019ab57053534ff2fb1b875793f26f109e558 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 28 Mar 2025 02:47:24 -0400 Subject: [PATCH] yes --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9f85ba0..93772bb 100644 --- a/index.js +++ b/index.js @@ -46,8 +46,8 @@ client.on(Events.MessageCreate, async interaction => { sessions[id].stdout.on('data', (chunk) => { if (chunk.toString().length > 1) { let str = chunk.toString(); - str = str.replaceAll(id,`<@${id}>`) - interaction.channel.send(str.toString()); + str = str.replaceAll(id,`<@${id}>`); + interaction.channel.send(str); } }); sessions[id].on('close', () => {