djs-questions

13317 threads · Page 151 of 267

Can't I fit the button size to the embed size? 5 messages
mellow kite plz
guildMemberAdd not working (FYI i've enabled the intents within Discord Developer) 12 messages
vast cloud As title states
Weird Buttons 8 messages
slender jewel https://sourceb.in/97Q0gfHEkc sometimes when i click the button that has a value with an incorrect answer, it doesnt rep...
Resolve Promise Error (Discord.js v14.8.0) 12 messages
Command permission overrides token? 9 messages
slim marsh I'm upgrading from v13.1.0 to v14.8.0, and now all of a sudden setting guild command permissions requires a token? I can...
Files larger than 8MB 5 messages
blissful kernel How can my bot send images larger than 8 mb? Is that even possible?
Role specific commands? 5 messages
jagged flame Is it possible to have commands only show up for users who have a specific role? For example theres a moderator command ...
How to use Command Options? 9 messages
AttachmentBuilder() 2 messages
Reply to a interaction in ephemeral but user can see it 3 messages
Is there a way to auto subscribe a set of users to a GuildScheduledEvent? 4 messages
coarse sigil I'm working on a event system, was wondering if there is a way to add a list of users to the subscriber list.
Leave message (VPS Host) 10 messages
sand berry I writed a leaver+welcomer system, the welcomer system works fine, but the leaver system works after the second leaving ...
New in discord.js 9 messages
rare coral Hello everyone, I'm new in discord.js and i'm trying to make my first bot with slash commands. In the Welcome page (disc...
Why do I get this error? 6 messages
past dagger 0|ts-node | Error: Cannot find module '../util/Options' 0|ts-node | Require stack: 0|ts-node | - /root/Azury-tester/n...
write server info to json? 104 messages
bold sigil Is it possible in discord.js to write the servers information (channels,server name and logo, categories, roles, permiss...
is there any way to fetch an interaction by it's id? 28 messages
vague tendon is there any way to fetch an interaction by it's id? cause i want to fetch it and do editReply() on it at a later date
Need help with intents error 5 messages
tranquil ridge ```js RangeError [BitFieldInvalid]: Invalid bitfield flag or number: undefined.```
How to Even Make a Bot? 12 messages
verbal yarrow I always wanted to make a discord bot. I always get confused because discord keeps on changing their node.js library. Ca...
Cors error when adding user to guild 6 messages
How can I get a voice connection object from an interaction object? 4 messages
fallow hull Pretty straight forward question in the title, I set up my Bot as per the structure in the docs with the separate 'even...
@discordjs package
help load commands 8 messages
cinder marten Anyone have a solution?
Unknown Interaction & Interaction already replied to 32 messages
halcyon basalt this is what it's giving me, on a command that contains only 1 interaction.reply, throwing an error instantly, not conta...
Shards status being disconnected 4 messages
cosmic flax i have some shards in a cluster showing as disconnected, and i want to force them to reconnect since for some reason djs...
Equal method in Application Command 4 messages
timid sand Does Slash command data `SlashCommand#toJSON()` works in command parameter of `ApplicationCommand#equals()`? Im trying t...
Server Insight Question 4 messages
gloomy flame is there any way to get information from server's insight like how many users are connected from phone or pc?
Is there a way to get a Discord video (attachment) thumbnail? 15 messages
topaz kraken hii, is there a way to get a Discord video (attachment) thumbnail, I found something that maybe can work but it didn't w...
TypeError: Cannot read properties of undefined 13 messages
wooden surge TypeError: Cannot read properties of undefined (reading 'get') at Object.execute (/home/runner/CreativeFlawlessMass/...
Data 10 messages
sick yoke when i check some id stuff, example like: i want to check bot's voice channel: `message.guild.members.me.voice.channel.i...
Error when editing button 5 messages
rough mulch code: ```await channel.send({ content: <content>, components: [{ type: 1, components: [{ type: 2, ...
how do i get my Bot Online 2 messages
Private Bot 9 messages
gaunt ether Is it possible to make my bot private? So only allowed servers can invite and use it.
message.channel.send ephemeral embeds 12 messages
stiff rivet Hello all! so I'm creating a discord command using messageCreate and I'm wanting to integrate some buttons that keeps th...
bot doesnt respond to commands for some reason 23 messages
wind gorge code:
Request entity too large 6 messages
fiery mulch I get Request entity too large when adding a mp4 file to channel.send its a 10mb file.
Message collection, application not responding 5 messages
errant furnace ```js const { SlashCommandBuilder } = require('discord.js'); module.exports = { data: new SlashCommandBuilder()......
server emojis not working on embed discordjs 16 messages
pagination token 6 messages
hidden swallow Can anyone here assist me with how to use a pagination token to auto complete a slash command choice? I feel like I kee...
Bot is not online 5 messages
zenith gazelle My bot is not turning online, even with working backups, there's no error :/ When my bot came online does not detect any...
User-specific interaction 6 messages
tall beacon I am trying to build a simple embed with a previous and next button that would edit that embed. However, I only want the...
command-deployment guide misunderstanding 6 messages
inner pendant i copypasted the code from guide to see if it works. Currently i ran into a problem with understanding what "clientId" a...
Bot cannot manage roles 8 messages
jagged flame My bot is not able to manage the roles of users. Currently have a check to see if the bot has the permission of `Manage...
Can't find documentation for Events 5 messages
vernal wharf I've run across this a few times now where I find examples in the documentation that mentions things like `Events.GuildA...
Interaction Question 9 messages
lilac quail the interaction is too late to reply, the bot gives an error, but I still want to respond to the interaction, what can I...
Channel does not have send method. 8 messages
jagged flame Trying to just get my bot to send a message in a channel but `.send` is not a method on my channel variable. Code (using...
Ping command help - Beginner 29 messages
compact walrus Hi. I am just a beginner in discord.js. I have done some projects in discord.py. My problem is that, I cannot get heads...
Manually runnable scripts 21 messages
prime turtle Is there a way to simply make a script which does not correspond to a command nor an event, which you just run manually ...
Embed GIF failure 19 messages
tawny jetty I'm trying to embed a GIF within a deleted message using that message's JSON. If I use .setImage() with the url, the GIF...
Make dropdown not get selected 41 messages
fiery mulch Hello, I have a StringSelectMenuBuilder and I need to make it not to get selected when someone clicks it. Thanks
adding select menu row to command with buttons? 55 messages
steel agate how do i add the `select` row to the command so it displays along with the buttons? <https://sourceb.in/uXoEK0ni1s> idk ...
Why can I not send a message in channel when it isnt null 5 messages
torn cipher Hello, I am trying to use this code: ```js const channel = await guild.channels.cache.find(async (channel) => channel.ty...