Added sorry feature

This commit is contained in:
Paul Black 2022-08-18 15:59:42 -06:00
parent 777b18528a
commit ffdc49fbf4

View file

@ -41,6 +41,9 @@ bot.on('messageCreate', (message) => {
bot.channels.cache.get(modchat).send(sender);
bot.channels.cache.get(modchat).send(message);
}
else if(message.author.id === 331669618387058688 && message.content.toLowerCase().includes('bot say sorry') {
message.channel.send('I am sorry for whatever I did. It will not happen again');
}
});
//make sure this line is the last line