Update index.js
This commit is contained in:
parent
e30de28efc
commit
031e028d6d
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 = `<@&${509449386149937158}> ${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);
|
||||
|
|
Loading…
Add table
Reference in a new issue