Update index.js

This commit is contained in:
Techwizz-somboo 2022-02-20 19:14:30 -07:00 committed by GitHub
parent 031e028d6d
commit a7a8b8832a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ bot.on('messageCreate', (message) => {
bot.channels.cache.get(modchat).send(message);
}
else if(message.content.toLowerCase().includes('ass') || message.content.toLowerCase().includes('tit')){
const sender = `<@&${509449386149937158}> ${message.author} sent the following message (BUT WAS NOT DELETED)...`
const sender = `<@&${509444712734654464}> ${message.author} sent the following message (BUT WAS NOT DELETED)...`
const modchat = '510189494809526283';
bot.channels.cache.get(modchat).send(sender);
bot.channels.cache.get(modchat).send(message);