code cleanup

This commit is contained in:
canove
2020-08-20 19:30:02 -03:00
parent d8ed4055d3
commit 5f5aa8298a

View File

@@ -137,7 +137,7 @@ const wbotMessageListener = () => {
const io = getIO();
wbot.on("message", async msg => {
console.log(msg);
// console.log(msg);
if (
msg.from === "status@broadcast" ||
msg.type === "location" ||