djs-questions

9202 threads · Page 3 of 185

bot doesnt repond in time 4 messages
short thunder i have this basic slash command which gets loaded but it doesnt run ```js import { SlashCommandBuilder } from "discord...
making an anti racism discord bot, need help 5 messages
hollow tusk I successfully made an anti-racism in Discord, but i need help creating more basically, I what I do is I set up a bait ...
1150878580193116250
What's the max value for TextChannel.bulkDelete() 8 messages
low mural Just wondering what the max value is for `bulkDelete()`
why does this not work with messages in dms? 31 messages
hollow tusk check attachment
1150878580193116250
fetchVanityData 6 messages
rotund dew Hello, I have just a normal discord client with all the intents like Guilds, GuildInvites even some partials. When I do ...
Modal Interaction Error 4 messages
placid remnant Heyo! I'm currently working with this in my code: ```js await interaction.showModal(modal); const collectorFilter = (i)...
Modals 18 messages
azure sky I have UserStringSelectMenu in my modal, what it will return and am i geting the input right? ( bad english user here ) ...
Discord modals 6 messages
azure sky array of what i get from const test = interaction.fields.getUploadedFiles("ticketypola_zdjbledu");
1150878580193116250
`guildMemberUpdate` role change detection with partialGuildMember 5 messages
jade vector I noticed that the events doesn't get fired for "the first time", so I enabled the `Partial.GuildMember`. But, the Parti...
1150878580193116250
Embed 4 messages
unborn wadi does anyone know how to do these embed without color in the left
1150878580193116250
help 2 messages
wheat sand client.on('interactionCreate', async interaction => { if (!interaction.isButton()) return; if (interaction.cust...
DISCORD RISH 3 messages
reef iron im download Discord Rish Presene Visual Studio Code How To Add Button “View Repository”
My other account is banned from this server 3 messages
cedar storm Good afternoon, everyone. So, I was hacked on my other account, and it must have sent some spam images here. Is there an...
Updating from 14.0 to 14.25 6 messages
empty knot are there any new intents between these two releases?.. i can run 14.0 ok... any quick summary of the differences betwee...
No types in discordjs/core client.on 15 messages
digital garnet When using client.on(GatewayDispatchEvents.Anything, (s) => {}) s does not come up as typed. Though I see types in the e...
998292157150535700
fix 4 messages
primal turtle how to fix it?
1150878580193116250
Get multiple members using loop but got gateway rate limit 4 messages
pulsar parcel **`src/bot/events/client-ready/jobs/handlers/reset-grinder-roles.ts`** ```ts await ResetGrinderRoles.validateUsers(clien...
1150878498534199426
How do I fix this 2 messages
flint plaza Incorrect login details were provided. at WebSocketConnection how do I fix this please tell me
1425536557883850804
Unknown Interaction button 22 messages
somber peak this randomly happens ```c const embed = new EmbedBuilder() .setColor("#ffaa00") .setTi...
[solved] Slash Commands Not Deploying 6 messages
nimble wasp I am attempting to deploy slash commands, but it's not working. On the[ second script](https://discord.com/channels/22...
1150878580193116250
Rate limit workaround using webhooks 6 messages
jagged folio I have this code, that sends a message to a channel (this function is called to all servers right after the other) ```js...
Cutting buttons out of the container 74 messages
glad fractal Hi there I've a question about the new containers. How can I cut my buttons out of the container after I've clicked the...
Host help 6 messages
icy hearth Hello, i'm currently the developer of the Krunker eSports Bot and what it does is uses a private api to show stats of th...
1150878580193116250
Running Multiple Instances for Bot Redundancy 37 messages
dull cargo How to Run my Discord bot in multiple locations using the same codebase to improve uptime, reliability, and fault tolera...
Captcha Image 5 messages
grim finch can anyone help me generate a captcha image?
forum behavior 4 messages
modern jungle Hi! I'm developing a bot, where some of its features involve the creation and management of forum posts (like this one!)...
998292157150535700
How to get a user when bot is integrated in personal apps 6 messages
formal parrot Hello, as mentioned above, I want to get the other user’s id. Now if you add the bot to your personal apps, you can log...
What is this ? 4 messages
crude bear Can someone explain me what is this? Is not embed or regular message.
Manager Errors 191 messages
solid wasp So, i don't really know what i might have done wrong, but I've received presence, message create, and guild member inter...
1150878580193116250 998292157150535700
How do I set label in a modal using discord.js v14.25.1? 5 messages
glad fractal My VSCode displays that TextInputBuilder().setLabel is deprecated Can someone provide an example for simple modal?
998292157150535700
Cannot set label on a TextInput in a Label component 18 messages
finite wolf Why am I getting "Cannot set label on a TextInput in a Label component" when trying to setup a modal in the latest versi...
1150878580193116250 998292157150535700
Gray page on develop web page 15 messages
raven phoenix Hello. I'm trying to develop my first bot, but I'm having problems to see the develop js page on the the discod web pag...
1150878580193116250
Bot Performance Support 84 messages
dull cargo Hi there 👋 I’m currently experiencing **slow response times** with my Discord bot (commands, buttons, select menus). I...
1150878580193116250
"Token Error" 2 messages
granite cloak I added some systems and now the whole bot stopped functioning; Yes I know I should be sorting everything. (client.login...
998292157150535700 1425536557883850804
I need a league bot and a ticket bot 7 messages
queen trench I dont know how to command
1150878580193116250
Container 9 messages
inland pecan here
Voice Recording: The compressed data passed is corrupted 7 messages
knotty mural Hello! Here is how I record user voice, I consider the gaps of silence well since I am merging different PCM files mult...
1150878580193116250 998292157150535700
Containers 8 messages
No channel.send()? 9 messages
frozen pewter It's been a while since I've toyed around with djs and js as a whole, but here in typescript it is not a fan of my .send...
Type in modal select menu 5 messages
thorn yew are you able to type in a select menu to search something? i see u cant for regular menus but u can for channel selectio...
What's the best practice for having multiple developers working on the same bot? 8 messages
urban needle I have about 3-4 people working on a bot. What we used to was everybody would have the production bot's token, which was...
author image on message component v2 11 messages
sonic tiger is there a way to put small image like author icon from embed on CV2?
Sending an ephemeral reply to a ModalSubmitInteraction returns an "Unknown interaction" error 6 messages
ocean ginkgo When I send an ephemeral reply to a ModalSubmitInteraction, it returns an unknown interaction error instead of reply pro...
1150878498534199426 998292157150535700
Embed disappears instead of being updated after modal submit 42 messages
tribal root Hello, I am having trouble with getting an embed to update after a modal submit which is triggered through a button inte...
1425536557883850804
Is this really a Discord.js problem? 2 messages
chrome plaza So, I used BotGhost to build my public bot, and I started noticing that it did behave incorrectly when a message got del...
Is is possible to attach links to embed footers? 38 messages
solid plover I'm trying to attach some links to an embedded message's footer in the text property, but the link is just showing up as...
gradient roles 5 messages
rugged goblet Hi, can the bot create gradient role?
How can i install this discord js on pterodactyl? 25 messages
whole verge Im fairly new into all of this and i have no idea how to install it
998292157150535700
issue with container 17 messages
warm apex error ``` Uncaught _DiscordAPIError DiscordAPIError[50035]: Invalid Form Body components[0].components[BASE_TYPE_BAD_LEN...
Discord Sharding Connectivity Issues 14 messages
restive thistle node.js version 22.16.0 discord.js version 14.24.2 The bot is running on a Ryzen 9 7950x with 96GB of DDR5 The bot is i...
1150878580193116250