Compare commits

..

No commits in common. "4f8340cba701387330a0d0bdfcb7c707aa33b2cf" and "a0324d9cfcfc5e9dbd791b9a13517398cc0cba02" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -109,7 +109,7 @@ bot.on("messageUpdate", async (msg, oldMsg) => {
}
});
bot.on("messageReactionAdd", async (msg, reaction, reactor) => {
if (msg?.author?.id !== bot.user.id) return;
if (msg.author.id !== bot.user.id) return;
if (reaction.name !== "\u274c") return;
try {

View file

@ -1151,4 +1151,3 @@ fedimbedCommand.callback = async function (interaction) {
};
}
};
hf.registerCommand(fedimbedCommand);