code cleanup

This commit is contained in:
canove
2020-08-21 06:07:10 -03:00
parent 27e7cb1121
commit 5c6a6b2b6e

View File

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