
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, 3 months ago Modified 3 years, 3 months ago Viewed 11k times
discord.js - How can I set custom status in discord bot according to ...
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 …
How can i make a reset command to restart my discord.js bot?
Jul 5, 2020 · I am using Discord.js v12. This bot is a simple moderation bot for a server so I just want a quick command to fix errors that require a quick restart without going into Heroku and restart it from …
Discord.js How can I edit previous bot's message?
Discord.js How can I edit previous bot's message? Asked 5 years, 6 months ago Modified 1 year, 5 months ago Viewed 30k times
Discord.js v14 Pagination requiring deferReply() but it sends "Bot is ...
Jun 15, 2023 · I am making a discord.js v14 bot using Javascript and was trying to make embed pagination by following this tutorial. But in the tutorial they add "i.deferReply ();" after the "if con...
discord.js - How do I "Link" a channel like a mention in my Discord Bot ...
Mar 21, 2019 · I'd like our Discord Bot to mention a specific channel, and let it be clickable. I understand mentioning a user you use the user ID. I do have the channel Id, just unsure how to implement it.
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 will …
discord.js - How do I add the "TRY MY COMMANDS" feature to my bot?
Aug 23, 2022 · You can manually add this feature to your bot's description box using the command ID. How to retrieve the command ID: Go to Server Settings. Click on "Integrations". Look for your bot …
node.js - Running different discord.js bot instances in the same NodeJS ...
Apr 7, 2020 · Running different discord.js bot instances in the same NodeJS project Asked 5 years, 9 months ago Modified 2 years, 8 months ago Viewed 3k times
Get permissions from bot user in Discord.js v14? - Stack Overflow
Jul 27, 2022 · Get permissions from bot user in Discord.js v14? Asked 3 years, 5 months ago Modified 2 years, 6 months ago Viewed 7k times