djs-questions

13317 threads · Page 35 of 267

permission to list members of server 3 messages
signal knoll permissions to enable to be able to fetch all members of a server
node @discordjs package
Do we use the new discord emoji the same way as emojis 3 messages
gleaming copper Do we use the discord emojis the new thing they added to the developer portal as a regular emoji or a different way
guild.members giving only 1 member and the bot itself 5 messages
signal knoll Guild.members gives only one member and the bot itself and when another member sends message and api call is made again ...
node
Message to embed 3 messages
winter hornet I am trying to make a command that takes raw json as a message and converts it into an embed. I'm not sure how to get th...
bun
lost "view message history" function after receiving new role in community 2 messages
vapid pebble Our community has 4 roles. - Initial: I had 2 roles: A and B (knowing that A < B, B has more functions and includes fun...
Discord
app showcase/share channel 5 messages
tropic forum Could someone point me to the channel or server where we can publicly share our discord app?
Is there any alternatives to canvas 6 messages
gleaming copper i need an alternative for canvas
Missing Button 6 messages
heady patio Hello, I had some working code to display a button to our github repo, but with the new UI update it seems to be missing...
RPC
urm help 2 messages
steady basin /var/lib/pufferpanel/servers/6531c37e/node_modules/@discordjs/util/dist/index.js:39 return () => defaultValue ??= cb(); ...
entitlementCreate triggers twice 2 messages
full rain Hello, I need help This code triggers twice as soon as I create a Test Entitlement via the REST API in Postman, is it b...
Why my interaction is not defined? 3 messages
viral nest https://sourceb.in/8atz9Es4p2 // node:events:497 throw er; // Unhandled 'error' event ^ ReferenceError: in...
Delete ping and not ping. 5 messages
dense plaza Need a little help, im making a slots bot and it allows the slot user to ping once per hour, and if not then it deletes ...
node @discordjs package
help 65 messages
queen oar help
Having issues with embed buttons / parsing custom IDs 10 messages
half beacon I'm fairly new to this so excuse if I'm not clear enough- This is the error I'm getting: ```Button interaction receive...
im getting this unhandles rejection at promise error 4 messages
ocean bough need help
node
Discordjs REST error iirc 17 messages
mortal venture ```ts Unhandled Rejection at: Promise { <rejected> } Reason: 261 | return params; 262 | } 263 | __name(makeURLSearchPa...
bun
Add thumbnail embed from locally running api 9 messages
narrow meadow As the title says, is there a way to add an image as embed thumbnail without having to deploy the api online? I'm new to...
node
Rich presence 42 messages
unkempt bay I'm trying to use the rich presence of my bot, however, when I use client.user.setActivity and pass the activity paramet...
node
connection timeout error constantly 6 messages
hot bison I keep getting a connection timeout error on my discord bot while hosting it and I don’t know how to fix it I’ve tried p...
Issue by opening a ticket 17 messages
viral nest I can't undestand why when i open a ticket i get this error: Errore durante la gestione dell'interazione: DiscordAPIEr...
recognize user 6 messages
dusky rune I want to make a command that reads all the arguments given to a user with a keyboard and looks for which of those messa...
Issue catching unreact event after bot has restarted 12 messages
gritty hearth When I react to a message then restart the bot then unreact it doesnt catch the unreaction event. Function: https://code...
Users showing up as "Unknown User" until you manually ping them 7 messages
woeful aurora In the screenshots you can see the user id shows up and when clicking on the tag it shows as "unknown user" but after I ...
Retreiving thread by it's name & it's tags 4 messages
dusky oyster Hi Im back with one question, is there any reliable/suggested way to retreive specific thread titles by their exact name...
Local image not rendering in embed 7 messages
gray falcon I'm trying to add a local image in an embed. Here is my code: ```js const attachment = new AttachmentBuilder('./s...
Question regarding ephemeral replies after defer 7 messages
prime fjord Hey, I'm trying to make a simple command that let's me stretch an attachment image and reply with the stretched image, w...
messageReactionAdd execute isn't getting the right Client 32 messages
iron dirge Since I updated to 14.16 my messageReactionAdd method stopped working because of TypeError: Cannot read properties of u...
Tracing activity and ratelimits 7 messages
digital nova Hi, I would like to be able to collect information on what all a bot is doing over the API (what endpoints are being hit...
node
what is entitlementCreate event & how to add the reason field for audit logs in audit logs. 4 messages
dusky oyster - First question is self explanatory & second one relates to how add the little thing "with reason" to audit logs as thi...
Private therth not work 9 messages
shell grove Pleas help me Code: ```js const client = require('../../client.js') const {EmbedBuilder, StringSelectMenuBuilder, Butt...
Not loading ban command 16 messages
hoary cape With the basic command ping it works but with ban.js it doesn't. ping.js that works: ```js const { SlashCommandBuilder }...
node
how to super react? ask in help channel but never got answered 9 messages
blissful mist i know the guides page is yet to be updated ive looked on the doc page for reactions and it mentions bursts, where do i ...
roblox tax command error 34 messages
How do I send a premium button? 10 messages
alpine salmon ```js <message>.channel.send({ components: [ new ActionRowBuilder() .addComponents( new ...
Can't use commands of other files 13 messages
hoary cape I've made a folder with the commands and i've put there a folder called test for the ping command and the user command. ...
node
Forum Event 4 messages
dusky oyster Hey, is there a way to specifically like listen to certain forum and it's posts so upon new post, a bot will send some ...
How to use mongodb for database 2 messages
gleaming copper i have realised json is not for me so i want to use mongodb please tell how to setup
edit 5 messages
uneven jungle How to edit an ephemeral message?
I dont know the error 36 messages
sullen merlin So I have a code with an error I dont understand and I dont know how to solve it. the setup.js https://sourceb.in/o5RbAK...
redirect_uri 2 messages
signal knoll I understand why we need a redirect uri for oauth2 link because it makes a get request with code but why do we need to s...
embed 6 messages
uneven jungle If you have an embed with a description with 4096 characters and a title with 2000 does it exceed the limit?
Aplication doesn't respond 25 messages
regal oracle Hi ! I have a problem under dJS 14 When I execute a command / the bot responds to me the application no longer responds ...
my bot not responding 67 messages
timid nest I'm trying to make a bot, but it can't get online. I think the problem is not caused by me.😭
Help me I am making a card gaming bot 4 messages
solemn panther So , I want to upload lots of image says 100000 so what will be right choice to do so it can take less space for now I...
Bot not appearing in member list 4 messages
sharp pilot I am trying to get started following the discordjs.guide, but the discord bot is not appearing in the channel list as on...
Can't send modals ( An error occured ) 36 messages
dusky hazel Hi, i'm getting an error while sending modals code: ```js if(interaction.type === InteractionType.ModalSubmit) { ...
Just getting back into discord bots 33 messages
topaz shale Recently just returned to going back to code my discord bot and notice that when i run the file i get "punnycode" module...
wrong value error 14 messages
naive valley https://sourceb.in/fWi2kJF3b7
Where to re-learn Bot Coding 3 messages
tranquil fulcrum Hello everyone, I recently found the want to start learning how to create/code discord.js bots again. I used to code som...
REST token not present 4 messages
west summit Hey, I just switched to bun, the transition went well except for my Command Manager where the REST doesn't take the toke...
bun @discordjs package