From aecff80c0040414fa696e33ad783ca6f8e5117d9 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 25 Apr 2023 15:19:26 -0500 Subject: [PATCH] hopefully get Tyler to stop calling himself an idiot --- commands/forceEvaluate.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/forceEvaluate.cjs b/commands/forceEvaluate.cjs index 126eb89..1e2df87 100644 --- a/commands/forceEvaluate.cjs +++ b/commands/forceEvaluate.cjs @@ -12,7 +12,7 @@ module.exports = { async execute(interaction, client) { var messageId = interaction.options.getString('messageid'); const messagefromId = await client.channels.cache.get(interaction.channel.id).messages.fetch(messageId); - global.h(messagefromId); + global.tylerStop(messagefromId); global.checkMessage(messagefromId, true); interaction.reply({content: "Checking message..", ephemeral: true}); console.log("User " + interaction.user.tag + " ran /forceevaluate");