hopefully get Tyler to stop calling himself an idiot

This commit is contained in:
2023-04-25 15:17:18 -05:00
parent 4e3200b99d
commit 8fbd7cb237
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +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.checkMessage(messagefromId, true);
interaction.reply({content: "Checking message..", ephemeral: true});
console.log("User " + interaction.user.tag + " ran /forceevaluate");