mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-02-17 06:40:17 -05:00
\${util.inspect(reason)}\
This commit is contained in:
parent
eced1c0014
commit
0fcf794c81
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -395,7 +395,7 @@ function main() {
|
|||
|
||||
bot.once('end', (reason, event) => {
|
||||
console.log(`Disconnected (${event} event): ${util.inspect(reason)}`);
|
||||
channel.send(`Disconnected (${event} event): ${util.inspect(reason)}`);
|
||||
channel.send(`Disconnected (${event} event): \`${util.inspect(reason)}\``);
|
||||
|
||||
const timeout = 1000 * 6;
|
||||
|
||||
|
|
Loading…
Reference in a new issue