Added temporary loging

This commit is contained in:
Histmy 2021-05-19 00:52:30 +02:00
parent e7c6fd6f10
commit 6688062719

4
app.js
View File

@ -66,4 +66,8 @@ client.on("message", function (mes) {
mes.channel.send('co to znamena ti gadzovko');
});
client.on("debug", console.log);
client.on("error", console.error);
client.on("warn", console.warn);
client.login(process.env.TOKEN);