
How to make your Discord Bot always active - Stack Overflow
Oct 16, 2020 · The bot needs a computer to keep running. When you are programming and testing your bot, it's your PC which is powering it. When you close your PC or stop the bot process in the …
javascript - Send a message with Discord.js - Stack Overflow
Jul 15, 2017 · The current code that you have was used in an earlier version of the discord.js library, and the method to achieve this has been changed. If you have a message object, such as in a message …
javascript - How can I embed messages using a Discord bot ... - Stack ...
Sep 26, 2020 · 4 I want to code a bot that will embed a user's sent message in a specific channel. If you know anything about GTA RP servers, it's like a Twitter or Instagram bot. Here's an example: I think …
javascript - Sending message to specific channel in discord.js - Stack ...
Mar 10, 2022 · Sending message to specific channel in discord.js Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 12k times
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, 4 months ago Modified 3 years, 4 months ago Viewed 12k times
How to create, read and edit persistent data for a Discord bot?
Mar 18, 2022 · I'm trying to make a discord bot that can store a few separate bits of information about someone that they provide, and then repeat them back once a command is read. For example, a …
How can you make a command shut down a discord bot? (Using …
Jul 20, 2020 · same as title. How do i create a command that will shut down my Discord Bot?
javascript - Make Discord bot send picture with message with NodeJS ...
Aug 15, 2017 · Make Discord bot send picture with message with NodeJS Asked 8 years, 6 months ago Modified 4 years, 5 months ago Viewed 135k times
Discord bot how to send a message (simplest form) [duplicate]
Feb 23, 2023 · 0 Discord introduced the MessageContent intent a while ago which has to be enabled in your code (via GatewayIntentBits) and also has to be enabled in the Discord Developer Portal as …
How do I make a DIscord.js bot actually reply to a message?
Mar 30, 2021 · 0 I've been making a Discord.js (V12) bot that supports the type of command "say" (please note I'm new to this), but when I use this "say" command and click "reply" in a specific …