code cleanup

This commit is contained in:
canove
2020-09-22 21:20:29 -03:00
parent c0e42d71c0
commit e6641bde39

View File

@@ -166,11 +166,6 @@ const wbotMessageListener = (whatsapp: Whatsapp): void => {
const wbot = getWbot(whatsappId);
const io = getIO();
if (!wbot) {
console.log("Wbot not initialized");
return;
}
wbot.on("message_create", async msg => {
console.log(msg.type);