djs-questions

9202 threads · Page 121 of 185

The bot does not answer 60 messages
remote terrace Hello 👋 I have a problem with my discord.js v13 code, the code looks ok, no errors in the console, the bot is connected...
Handler 11 messages
chilly salmon https://sourceb.in/irjUFSEGWI <@788694370760261642>
How register slash commands? 20 messages
hallow echo import { REST, Routes } from 'discord.js'; const commands = [ { name: 'ping', description: 'Replies with Pong...
Isolating interactions on Select Menu’s 4 messages
outer olive Hello friends! Looking for some guidance and did not get too far online `Setup:` I have a Select Menu and a Button in ...
looking for a collab 2 messages
ashen summit I have half a system done and need assistance with completing it. It’s an extremely advanced ticket system. Thanks!!
Can't get channel nor guild when passing valid ID's 3 messages
limpid hull Hello, I can't get both the channels and the guild that I'm trying to use for my Discord.js bot. Whenever I try, the cha...
hosting 4 messages
olive carbon I have a bot but now sure what’s a good hosting service can anyone help?
Clearing all members with a role 82 messages
dull wing Is there a easy way to remove a role from all members in a guild, or do I need to manually get all the members and remov...
deleting a voice channel with 0 users when a user is leaving an other voice channel 1 messages
shrewd ice Hey guys, I'm trying to create support system where the bot will create a voice channel when a user joines a waiting roo...
How to make bulkDelete delete messages older than 2 weeks? 15 messages
teal cipher In docs (https://old.discordjs.dev/#/docs/discord.js/main/class/NewsChannel?scrollTo=bulkDelete) I found filterOld, howe...
old commands still showing 4 messages
golden quiver how can i get rid of commands that are still showing even though they were deleted? i already tried refreshing discord
Twitch Live Notification 6 messages
astral charm Is there a way to set up a Twitch Notification Setup with djs?
help if i press random button or truth button or dare button it will said interaction failed 8 messages
cold zealot heres the script: https://sourceb.in/J3kJ91s0ed
Why buttons doesn't worked after bot restart? 27 messages
marble inlet Why if the bot sends a button message and is restarted. The button no longer works. Is it possible to change this someho...
Help 30 messages
eternal violet Im trying this slash comand but i cant see the option 'user' module.exports = { data: { name: 'userinfo', d...
What is this error 30 messages
arctic sky Idk what is this
Question about GuildChannel 7 messages
jaunty crescent ```<GuildChannel>.members(memberId)``` how can i check if a certain member connected to the voice
client.ws.ping returns -1 11 messages
wanton star discord.js version: discord.js@14.11.0 Node version: v18.16.0 I've searched for this issue on both <#824411059443204127...
Where does this log come from? 8 messages
quaint loom This appears when my client is starting but I am unsure where it is coming from, could it be the unhandled rejection or ...
Interaction failed; Unable to use buttons 12 messages
warm quest ```js if (command === "button") { const clickme = new ButtonBuilder() .setCustomId('clickme') ...
How to handle Cron jobs? 3 messages
inner matrix Hey, on my current setup I have 1 service which is the main server for the bot and it runs a daily cron job that loops t...
Unknow interaction 7 messages
cedar flax Hello, I've been stuck on the UnknowInteraction error returned by my code for several weeks. The problem is that I can't...
Why channel.send doesn't worked 4 messages
Option Choices Async function. 15 messages
regal atlas Hi i'm trying to set my organization repos as string choices. I can use an await promise so I can't figure out how can I...
Invalid bitfield flag or number: 2048 12 messages
opal hedge current code: ```const BotSettings = require("./BotSettings.json"); const Discord = require("discord.js"); const { Clien...
Can bot detect other bot message? 6 messages
pliant sun Can bot detect other bot message? Like if the bot send hi, my bot will send hello
Editting an ephemeral message 2 messages
atomic geyser How do I edit an ephemeral message that has not been dismissed yet please? I want to edit it on timeout
new usernames? 4 messages
last relic So when would the new usernames come to discord.js since everyone has them now / almost everyone
snowflake to date 2 messages
smoky heart is there a utility function for the conversion or do I need to write my own?
help me solve this webhooks issue 2 messages
sturdy juniper https://sourceb.in/HqHVMUHIqq so i am unable to fetch the webhooks from my client i want to make a bot announcement jus...
permissionOverwrites 2 messages
jaunty crescent ```interaction.channel.permissionOverwrites.delete(member).catch(console.error);``` is it ok to supply a userid or rolei...
986538542350086175
How would I save an attachment provided by a command? 26 messages
half spoke How would I save an attachment provided by a command (in a folder in my bots source) as I have tried saving the buffer t...
Channel permissions 44 messages
old stream So I have a bot that changes a bunch of people's permission for a channel. However, I am getting the following `Discord...
Not able to get the bot to reply when I say a specific message. 26 messages
sour trench My friend and I are working on making a discord bot. We're trying to make it so when you type something specific, it'll ...
Get interaction that triggered ModalSubmitInteraction 12 messages
pearl cipher I'm just wondering is it possible to get the interaction that a ModalSubmitInteraction originated from? For example, whe...
Hey, I need help because I did cmd under slash and everything worked, only it is not visible in the 6 messages
drifting rock Hey, I need help because I did cmd under slash and everything worked, only it is not visible in the chat as slash, can a...
Audit Log Originating Guild 6 messages
sage venture Is there a way to get the guild a GuildAuditLogsEntry originated from in the GuildAuditLogEntryCreate event?
How to create connect wallet button like Collab.land 3 messages
north ice I want to create a "Connect Wallet" like button in discord js embed builder. It will take user to our website where they...
good practices for project structure for a discord bot? 7 messages
faint nebula hi there! im new to the api as a whole and got kinda bummed out that is still writen in js and doesnt go in depth on pr...
998292157150535700
The application did not respond 22 messages
haughty pivot Hello! So, I keep getting this response from my bot, but idk what's wrong since it doesn't show any error on my code
reply to user message 8 messages
plain lily How to reply a user message with @discordjs/core?
998292157150535700
Who can help? 3 messages
ionic temple Hi, I'm trying to make every 10 seconds to update the database for new records, and of all the records from the schedule...
node error 3 messages
opal hedge I am trying to make a small discord bot, but when I try to do node bot.js this error keeps popping up code in bot.js: ``...
Using My own User Token 8 messages
spare scarab I'm trying to make my own user copy and paste a message generated by a bot in my own server. With API I'm able to send ...
Reset Bot Token prompts for 2FA, but never sends a message 11 messages
versed valley I am attempting to follow the discord.js documentation for accessing my bot token, but cannot use the Reset Bot Token op...
Deploying via index.js errors but works. 11 messages
analog kayak Since I put my bot on an unmanaged host, it auto-starts with index.js and i'm not able to run deploy-commands myself, I ...
How to set global commands and guild commands for a bot without duplicates? 14 messages
dense bramble How to set global commands and guild commands for a bot without duplicates?
i dont know how 8 messages
pearl crater look at the error : PS G:\Secta\src> node bot.js node:internal/fs/utils:348 throw err; ^ Error: ENOENT: no such...
Rollup error 5 messages
vague rock I have this error with `@discordjs/core 0.6.0`: [!] RollupError: "default" is not exported by "node_modules/discord-api...
998292157150535700
I don't know how Events works 50 messages
signal hinge So, i was trying to make events out of index and i don't know how to make them perfectlly, i tried using the info on doc...