fafa will be saved

This commit is contained in:
nin0dev 2024-08-10 18:25:42 -04:00
parent f2c301dae6
commit c0b9608c52

View file

@ -183,7 +183,6 @@ export default definePlugin({
flux: {
async MESSAGE_REACTION_ADD(event) {
try {
if (event.userId === "428188716641812481") return;
const msg = await getMessage(event.channelId, event.messageId);
if (msg!.author.id !== UserStore.getCurrentUser().id) return;
if (!event.emoji.name.includes("husk")) return;