fafa will be saved
This commit is contained in:
parent
f2c301dae6
commit
c0b9608c52
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue