Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Feb 17, 2024
1 parent b468c7e commit ec40718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ client.once(Events.ClientReady, (c) => {
});

client.on("messageCreate", (message) => {
if(message.author.id === "850820069310201896" && message.channel.id === "830872854677422153" && !message.content.includes(".")) return message.reply("taylor swift fan detected, opinion rejected");
if(message.author.id === "850820069310201896" && message.channel.id === "830872854677422153" && message.content.includes(".")) return message.reply("taylor swift fan detected, opinion rejected");
})

mongoose
Expand Down

0 comments on commit ec40718

Please sign in to comment.