This commit is contained in:
Techwizz-somboo 2022-02-20 19:07:34 -07:00 committed by GitHub
parent 7ab67b53c1
commit e30de28efc
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 = "<@&" + 509444712734654460 + message.author + "sent the following message (BUT WAS NOT DELETED)..."
const sender = `<@&${509444712734654460}> ${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);