About 361,000 results
Open links in new tab
  1. How can I make bot receive DM on Discord js v14? [duplicate]

    Oct 4, 2022 · How can I make bot receive DM on Discord js v14? [duplicate] Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 11k times

  2. node.js - Discord.js Bot [DISALLOWED_INTENTS]: Privileged intent ...

    Sep 22, 2020 · Gateway Intents were introduced to the library in v12 and allow you to pick which events your bot will receive. Intents are groups of pre-defined events that the discord.js client …

  3. node.js - How to set bot's status - Stack Overflow

    node.js streaming bots status discord.js edited Dec 27, 2018 at 22:11 Federico Grandi 6,796 5 34 51

  4. javascript - Discord Bot Presence - Stack Overflow

    Sep 24, 2020 · 2 I've recently made a Discord bot using discord.js v12 and I haven't been able to set a presence for the bot. This is the code:

  5. javascript - Send a message with Discord.js - Stack Overflow

    Jul 15, 2017 · I am trying to make a discord bot, but I can't quite understand Discord.js. My code looks like this:

  6. discord.js - How can I set custom status in discord bot according …

    Oct 26, 2019 · You can get custom status to appear on a bot, but it won't be able to say anything. According to a Github issue on discord-api-docs, More specifically, this issue, and even more …

  7. How do I @everyone with discord.js? - Stack Overflow

    Jun 27, 2019 · Citing discord.js issue #2285: You mention everyone or here with the literal strings @everyone or @here, not a > regular role mention. This is not a bug, but a discord thing.

  8. Welcome message when joining discord Server using discord.js

    I am making a discord bot using node.js and discord.js, and I am currently trying to make it so that when a user joins the discord server, a custom welcome message is sent.

  9. javascript - discord.js | Reply to Message (Actual Reply with Reply ...

    Dec 2, 2020 · 11 Recently, Discord added new functionality that when a user replies to a message, it quotes it and adds a little line that the replier's profile picture with the original …

  10. How to Send Ephemeral Messages in Discord.js - Stack Overflow

    Jun 15, 2022 · Make a discord.js bot send ephemeral messages when a user uses a slash command, i have tried using interation.editReply({content: "etc-etc", ephemeral:true}); , and …