that wasnt even the right emoji im so cringe

This commit is contained in:
2025-10-22 01:34:35 -04:00
parent 554e912b56
commit fe94bfbc9c

View File

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