Signed-off-by: Max Charrier <max@puffer.fish>
"995243987948544090"
]
-const ignoredEveryoneChannels = [
+const ignoredChannels = [
"1055130476395909210"
]
message.mentions.has(client.user)
);
- if (shouldReply) {
+ if (shouldReply && !ignoredChannels.includes(message.channelId)) {
let oldCounter = messageReplyCounter;
if (shouldReplyByTimestamp || shouldReplyByCounter) {
messageReplyCounter = 0;
}
}
- if (message.content.includes("@everyone") && !ignoredEveryoneChannels.includes(message.channelId)) {
+ if (message.content.includes("@everyone") && !ignoredChannels.includes(message.channelId)) {
message.reply("https://cdn.mpgn.dev/pascontent-gabe.gif");
}
if (message.content.includes(" allo ")) {