ignore less

master
Skye 2 years ago
parent 75843272d8
commit f28fb8ea0e
Signed by: me
GPG Key ID: 0104BC05F41B77B8

@ -61,7 +61,6 @@ client.on("messageCreate", async (message) => {
const context = [
...msgs
.filter((msg) => {
if (msg.webhookId) return false;
if (msg.author.bot && msg.author !== msg.author.client.user)
return false;
if (msg.content.startsWith("\\")) return false;

Loading…
Cancel
Save