funny auto mpreg react

This commit is contained in:
2025-10-22 01:31:37 -04:00
parent 8902e46f25
commit 554e912b56

View File

@@ -37,3 +37,10 @@ client.on(Events.MessageCreate, message => {
)
}
});
// funny auto mpreg react
client.on(Events.MessageReactionAdd, (reaction, user) => {
if (reaction.emoji.name === 'pregnant_man' && !user.bot) {
reaction.message.react('🤰')
}
})