
Discord.js Bot [DISALLOWED_INTENTS]: Privileged intent provided …
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 …
Update discord.js bot without killing it - Stack Overflow
Jul 19, 2023 · 2 is there a way to update my discord bot's code without killing its process ? Like if I change a single letter in a command code, do I have to restart the bot entirely to update it ? …
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
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
How to create a discord bot that uses the Youtube API
Jan 5, 2021 · I want to create a discord bot that can notify everyone in all my discord servers in which I have: Specific role Authority to mention everyone All the servers I'm in The problem is I …
How do I host a discord-.js bot locally - Stack Overflow
Aug 4, 2022 · How do I host a discord-.js bot locally Asked 3 years, 4 months ago Modified 3 years, 4 months ago Viewed 4k times
discord.js - Making a JavaScript Discord bot have a "Do not disturb ...
Sep 14, 2021 · I am making a simple JavaScript Discord bot and I was wondering if it was still possible for my bot to have a "do not disturb status so people know not to dm it back. bot.once …
How to change username of bot using Discord.js?
With Discord's new Dashboard, it's actually really easy to change the username using ANY language! On your applications page, if you go to the "Bot" tab, you can change both the user …
How to make bot status show as "Online from Mobile"
Feb 26, 2020 · I saw that NotSoBot has his status as online on mobile, is there a way that I can do that in discord.js?
node.js - Error running discord.js bot in docker: ReferenceError ...
May 26, 2024 · There are discord.js bot (below: main.ts, basic logic in modules):