fuck you javascript

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-09-07 20:01:44 -05:00
parent ae03e620a0
commit 81fb4be21f

View File

@ -132,8 +132,6 @@ function replyMessage(message, correctedMessage, abbrsUsed) {
} }
client.on('messageCreate', message => { client.on('messageCreate', message => {
console.log(typeof(undefined) === undefined);
console.log(typeof(message));
if (typeof(message) == "undefined") { if (typeof(message) == "undefined") {
return; return;
} }