Skip to content
Discussion options

You must be logged in to vote

This works perfect and its shorter

client.on("messageCreate", (message) => {
    if (message.mentions.has(client.user.id)) {
        message.reply({
            content: 'Why the f you ping me',
        }).then((message) => console.log(`Reply sent`))
    }
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@qyczq
Comment options

Answer selected by qyczq
@VillainsRule
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants