Browse Source

Remove default response if message starts with "do be"

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
5d32fab98c
  1. 3
      bot/awesomescibo.js

3
bot/awesomescibo.js

@ -494,9 +494,6 @@ client.on("message", async (message) => {
case "dobechangelog":
changelog(message);
break;
default:
// Do be training
otherCommands(message);
}
}
});

Loading…
Cancel
Save