hopefully get Tyler to stop calling himself an idiot

master
Caleb Fontenot 2023-04-25 15:19:26 +07:00
parent 8ced10d480
commit aecff80c00
1 changed files with 1 additions and 1 deletions

@ -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");