that wasnt even the right emoji im so cringe
This commit is contained in:
2
index.js
2
index.js
@@ -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('🫃')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user