hopefully get Tyler to stop calling himself an idiot
This commit is contained in:
parent
8ced10d480
commit
aecff80c00
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
async execute(interaction, client) {
|
async execute(interaction, client) {
|
||||||
var messageId = interaction.options.getString('messageid');
|
var messageId = interaction.options.getString('messageid');
|
||||||
const messagefromId = await client.channels.cache.get(interaction.channel.id).messages.fetch(messageId);
|
const messagefromId = await client.channels.cache.get(interaction.channel.id).messages.fetch(messageId);
|
||||||
global.h(messagefromId);
|
global.tylerStop(messagefromId);
|
||||||
global.checkMessage(messagefromId, true);
|
global.checkMessage(messagefromId, true);
|
||||||
interaction.reply({content: "Checking message..", ephemeral: true});
|
interaction.reply({content: "Checking message..", ephemeral: true});
|
||||||
console.log("User " + interaction.user.tag + " ran /forceevaluate");
|
console.log("User " + interaction.user.tag + " ran /forceevaluate");
|
||||||
|
Loading…
Reference in New Issue
Block a user