hopefully get Tyler to stop calling himself an idiot

master
Caleb Fontenot 2023-04-25 15:17:18 +07:00
parent 4e3200b99d
commit 8fbd7cb237
2 changed files with 2 additions and 1 deletions

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

@ -214,7 +214,7 @@ global.checkMessage = function checkMessage(message, runFromGlobal) {
replyMessage(message, correctedMessage, abbrsUsed);
}
function h(message) {
global.h = function h(message) {
if (!message.author.bot && message.author.id == "205475706296205312" && message.content.toLowerCase().includes('idiot')) {
message.react('<:amgery:1072270900675739758>');
message.reply("Caleb has specifcially asked you multiple times to stop calling yourself an idiot.");