Compare commits
No commits in common. "4f8340cba701387330a0d0bdfcb7c707aa33b2cf" and "a0324d9cfcfc5e9dbd791b9a13517398cc0cba02" have entirely different histories.
4f8340cba7
...
a0324d9cfc
2 changed files with 1 additions and 2 deletions
|
@ -109,7 +109,7 @@ bot.on("messageUpdate", async (msg, oldMsg) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
bot.on("messageReactionAdd", async (msg, reaction, reactor) => {
|
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;
|
if (reaction.name !== "\u274c") return;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -1151,4 +1151,3 @@ fedimbedCommand.callback = async function (interaction) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
hf.registerCommand(fedimbedCommand);
|
|
||||||
|
|
Loading…
Reference in a new issue