ignore less
This commit is contained in:
parent
75843272d8
commit
f28fb8ea0e
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -61,7 +61,6 @@ client.on("messageCreate", async (message) => {
|
||||||
const context = [
|
const context = [
|
||||||
...msgs
|
...msgs
|
||||||
.filter((msg) => {
|
.filter((msg) => {
|
||||||
if (msg.webhookId) return false;
|
|
||||||
if (msg.author.bot && msg.author !== msg.author.client.user)
|
if (msg.author.bot && msg.author !== msg.author.client.user)
|
||||||
return false;
|
return false;
|
||||||
if (msg.content.startsWith("\\")) return false;
|
if (msg.content.startsWith("\\")) return false;
|
||||||
|
|
Loading…
Reference in a new issue