diff --git a/src/modules/bot.js b/src/modules/bot.js index 377ae22..87e9761 100644 --- a/src/modules/bot.js +++ b/src/modules/bot.js @@ -131,7 +131,9 @@ exec.callback = async function (msg, line) { }); proc.on("close", async (code) => { - out += `\x1b[1m====\n${code != 0 ? "\x1b[31m" : ""}Exited with ${code}`; + out += `\n\x1b[0m\x1b[1m====\x1b[0m\n\x1b[1m${ + code != 0 ? "\x1b[31m" : "" + }Exited with ${code}\x1b[0m`; if (out.length > 1980) { const haste = await hastebin(out); msg.channel.createMessage({