disable h

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-15 21:04:07 -05:00
parent ea0b4f878e
commit 9a955237d0

View File

@ -154,7 +154,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
if (message.author.id == "1091120267851485215") { if (message.author.id == "1091120267851485215") {
return; return;
} }
h(message); //h(message);
console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`); console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`);
} }
//console.log(message.author); //console.log(message.author);