djs-questions

9202 threads · Page 36 of 185

Message.startThread fails with: DiscordAPIError[10008]: Unknown Message 7 messages
light sedge I'm sending a message to the channel using `channel.send`, awaiting it and saving it to a variable called `sentMessage`....
1150878580193116250
User install Commands 44 messages
shell grove Hello can anyone say me how i make User install commands
Unable to change USE_EXTERNAL_APPS permission 13 messages
humble garden Hello, I am trying to change the USE_EXTERNAL_APPS permission for a role in a channel. However I am encountering an iss...
Is @discordjs/builders deprecated or soon to be deprecated? 5 messages
civic yarrow I want to start using it in my project.
998292157150535700
discors bot and panel architectury 2 messages
pulsar sluice Hi, whats the best architectury for pannel and bot ? These two on the same server (nodejs) two servers ? (With socket ? ...
.addChoices and name_localizations 22 messages
gleaming saddle Hello, I have big problems with 2 orders containing . addChoices, here are the screens, if a charitable soul can @ to pr...
@discordjs/collection Dependency Remains 1.5.3 instead of latest version 4 messages
charred folio There may be a reason, considering the major version change, but I found out discord.js is still pulling 1.5.3 when I we...
998292157150535700
Bot wont talk & no error, how do i debug? (.wav sound file) 7 messages
rain gorge how do i debug this? since it says nothing in logs and doesnt even light up green code (voiceConnectionAudioPlayer.playe...
1150878580193116250
Message create event is being triggered on thread creation 4 messages
light sedge How can I check if the event was because a thread was created?
1150878580193116250
Bot user interaction 6 messages
fallen tusk Discord added user interaction, so slash commands can be use in any place, even in dms with other people. Does discord.j...
998292157150535700
messageCreate not picking up dm messages 8 messages
errant swift My bot's messageReact event doesn't pick up any messages that are in dms, even tho i have enabled the needed intents for...
1150878580193116250
is this wrong for making embeds 2 messages
glossy glacier so i have an entire folder for components (embeds, buttons, button rows, and...) then i have a file for the things that ...
problem with validator 6 messages
glossy glacier hey, is there a problem with this validator? not as in is it working, as in am i doing it correctly btw i cant defer the...
1150878580193116250
regenerating commands list 5 messages
glossy glacier is there a way to regenerate all comands?
1150878580193116250
returned user from getUser option 11 messages
lost ridge when u get the requested user from interaction.options.getUser or whatever its called thats supplies a "member" right? a...
Error 16 messages
alpine gyro Hello I have been trying to setup slash commands and it keeps saying `applicationGulidsCommands` isn't a function how ca...
998292157150535700
Permission Checks 13 messages
dusky oyster Is there any like suggested way to make permission checks? I have been doing fetch with force set to true to make sure t...
what is "with reason" 11 messages
dusky oyster So there are bots like bloxlink which update roles a lot for users but like, what is the with reason field? I haven't se...
Give role on To-Do checklist completion 4 messages
proper monolith Is there an event for when the member completes the Onboarding To-Do checklist?
Steps I should take to avoid rate limits? 6 messages
thorn mortar I haven't had any issues with rate limits, but I am just curious if discord.js handles rate limits for me or if I need t...
Questions about what is "spam" when it comes to messaging users with a bot 13 messages
thorn mortar This post relates to an earlier post I made (that I can't access) where I was informed that mass messaging wasn't allowe...
1113356221962010634
Receiving special banners on the server 8 messages
odd wave if the user has a private banner on the server, with which code will I show it?
Process on transferring from JS -> TS 3 messages
gentle peak What would the process entail of converting my bot from JS -> TS? If this helps, the base framework is built off https:/...
It doesnt set the permissons 3 messages
jagged yarrow I dont get an error https://pastebin.com/ccAVhUVw
How many people can my discord bot DM message before it's limited? 3 messages
thorn mortar I have a sample system that I am thinking of making it DM people to request an answer. Is this possible to do if I want...
Send a message in a specific channel? 13 messages
terse notch I copy pasted the [guide](https://discordjs.guide/popular-topics/faq.html#how-do-i-send-a-message-to-a-specific-channel)...
Attempting to react to messages older than bot does not work 5 messages
nocturne rose I'm trying to make my bot react with an emoji to all messages that are in a server. However, the reactions do go back by...
1150878580193116250
javascript object misbehaving 15 messages
fading crystal I have no clue why this is happening
Get message by ID and then update it 29 messages
light sedge I tried this but `.update` does not exist ```js await interaction.channel.messages.fetch(messageId).update(toSend); ```...
1150878580193116250
Error that I cannot solve 4 messages
sullen merlin Basically I got an unexpected error. Codes: index.js https://sourceb.in/soOMadCNaf deploy-commands.js https://sourceb.in...
An error I do not understand 10 messages
fading crystal I made a balance command that gives an error that I dont understand
1150878580193116250
Discord slash commands aren't registering 72 messages
echo cliff ```js require('dotenv').config(); const { REST, Routes } = require('discord.js'); const commands = [ { name...
How Do I install 8 messages
idle lance I want to use "Discord bot Client" but I need to install discord.js fist so how do I do this
Interaction from Guild the bot is in emitting with uncached Guild 25 messages
chilly egret Continuing here to make it easier to keep track
Is it okay that im 10 years old? 1 messages
warm furnace So, i was born in 2014 is it okay to use discord? I had this question for many years of my scamming experience in discor...
1150878498534199426
Internal Server Error 3 messages
weary skiff Discord issues an Internal Server Error when my embed field is 38 characters longer Embed with error: ```{ "color": 15...
Setting emojis in a select menu 57 messages
vast sigil ```js select.addOptions( new StringSelectMenuOptionBuilder() .setLabel(`${result.label}`) ...
Catching an error and sending custom error 7 messages
midnight sonnet I don't know if I have phrased the title well, but is it possible to filter an error and make it custom? So what I mean ...
can't read the mentions of a webhook 20 messages
fickle walrus I have a minor issue. So to give vote rewards, I have a webhook from top.gg that logs everytime a user votes. I usually ...
How to create a modal based on the options they picked from a dropdown menu 64 messages
gleaming copper Please tell me how
Convoluted code giving InteractionAlreadyReplied error 6 messages
autumn dune Rather than asking for help with the code, I wanted help with the structure of it. My ~~mango~~ main goal is to ~~blow u...
1150878580193116250
error 12 messages
1150878580193116250
retrieve all messages from a user 6 messages
bitter dove Hello, I wanted to know if it was possible to retrieve all the messages that a user has sent in a Channel, which are not...
Slash Command registration in files and in deploy-commands: double declaration 5 messages
rare coral Hello, I asked for help a lot of times here and every times I sent my code, the member who was assisting me asked me "Wh...
1150878580193116250
Separated inline's fields on embeds 10 messages
royal bramble Hiya, I'm looking to do something like the first image (recreated in DIscohook (someone needs to update this tool,its ou...
1150878580193116250 998292157150535700
String Collectors not Collecting? 22 messages
charred sparrow ```// User interaction - Add Line Item Button if (newOrderButtons.customId === 'addlineitem') { // Log start newOrde...
Database system recommendations? 12 messages
lilac wadi Does anyone have a favorite database system they use for their bots? I would love a recommendation, preferably something...
Error on ticketing bot 7 messages
subtle yacht help needed
error in sharding 15 messages
subtle yacht [ SHARD ] Shard 0 in cluster 0 is deployed Error spawning shards: Error [ShardingReadyTimeout]: Shard 0's Client took to...
Getting "Unknown message" sometimes... 4 messages
tranquil zephyr yo. Excluding command handling I have something like this: ```ts client.on("interactionCreate", (interaction: Interactio...