djs-questions

9202 threads · Page 42 of 185

Permissions 34 messages
weary venture Error: ViewCreatorMonetizationAnalytics, StageModerator, All, Default, DefaultBit in permissions
how downloading 9 messages
light basin How do I download it on Samsung?
1150878580193116250
dmPermission Slash Command 3 messages
cinder lake I used the dmPermission feature in my slash commands, but my commands still appear on dm. Can you help?
what is that 1 messages
steep yoke How do I use it?
1150878580193116250
Linked Role OpenID 3 messages
hearty badge Hey, does someone have an example on how to create a linked role with an openid provider from keycloak/authentk? I'm uns...
998292157150535700
Get Guild Join Date 7 messages
hazy trellis Hello, Is it possible to get all guild members join date in 1 API request rather than looping through? Thanks
1150878580193116250
Struggling to get total member count for a role 15 messages
ionic mulch I keep getting either undefined, or 1 (the user who started the interaction) I am guessing it has something to do with t...
Cannot read properties of undefined (reading 'reduce') 13 messages
tulip grove my bot suddenly start giving this error pls help
Randomly Started Happening 24 messages
hard nebula Every time I use a command, this error appears and it’s never happened before.
1150878580193116250 998292157150535700
Cannot read properties of undefined (reading 'reduce') 6 messages
blazing slate I have two apps and this error is happening on both when I try to run any interaction. ``` C:\Users\the1a\Downloads\apps...
1113356221962010634
permission 6 messages
normal laurel How handle missing permission in my bot
Audit log in secondary guild. 14 messages
dusky oyster So the question is pretty simple, how would I go over making it so my bot in secondary guild only sends audit logs to it...
How do create poll with my bot? 6 messages
weary venture Questions...
Status Checking 28 messages
normal jetty I am starting this project from scratch and a new dev, I am wondering how I can make my bot (from my user id) obtain my ...
1150878580193116250
discord voice author user reciver by bot 2 messages
orchid sky How can i recive the voice of discord user from the bot please ???????????,
1150878580193116250 998292157150535700
channelPinsUpdate get the pinned/unpinned message 17 messages
spring jolt I'm trying to get the most recently pinned or unpinned message from the channelPinsUpdate event. The event returns a cha...
How/Where to report security vulnerabilities 5 messages
hazy night Hi, I found a security vulnerability in discord.js, how should I go about reporting it? Could you please enable Private...
I thought it's a default thing? 110 messages
slender crane Why is it an error, I don't understand
how do you fetch all messages created after a specific date? 52 messages
tranquil star self explanatory
1150878580193116250
'GLIBCXX_3.4.26' Not Found 4 messages
waxen goblet I'm running my bot from a Raspberry Pi 4, and recently updated Node to the latest version. However, when I tried to rest...
1150878580193116250
How do I enable zlib compression with normal Discord.js? 2 messages
drowsy crest I've installed `zlib-sync` but I'm getting the following error in my Websocket logging: ``` WebSocketShard: Compression ...
Does anyone know why I can get the guildBanAdd event to work? 3 messages
vital flint client.on("guildBanAdd", async ban => { console.log(ban) }); Seems to return nothing when I ban a user, why's that....
Guild Create and Guild Delete only 5 messages
spring jackal Hello, is there a way to get only the guild create/guild delete events? I don't need all the other events because I'm us...
1150878580193116250
There's a way so set a embed width? 5 messages
bleak trout When i send a image to a embed, it has a specific width, when i don't send one, it has other specific width. There's a w...
1150878580193116250
Check If Entitlement is still valid 3 messages
mellow hemlock Is there an event fired when an Entitlement with Type Application Subscriptions expires? If not, how can I instantiate...
Start Bot Error 32 messages
gloomy flame it has this status for ever (it has to console log that the bot is up)
Issue with role addition/removal 17 messages
gleaming igloo My bot always restarts in PM2 after adding/removing a role, if I run the bot normally through `node .`, the bot stops re...
1150878580193116250
Best practices for using Discord.js throughout different components 3 messages
daring pendant I'm working on breaking apart the single multiple thousand line .js source file I've been playing with for a while, I've...
1150878580193116250
i keep getting interaction failed on this command 7 messages
void hornet please tell me what i am doing wrong i keep getting interaction failed
How do I get a response from a dm? 13 messages
oak orchid I have a system setup where if the user clicks a button, the bot sends them a dm asking a question. I would like to get ...
App crashing 4 messages
oak orchid ``` const { Client, IntentsBitField } = require('discord.js'); const client = new Client({ intents: [ IntentsBitF...
1150878580193116250
My role buttons interfere with everything 12 messages
fair mountain https://sourceb.in/darkdK0SWZ I am pretty sure its because of the lines 33 or so, but I can't really solve the problem....
message_reference: Unknown message 2 messages
tidal lance Im getting this error in my code, its a command where you send an image to get the image modified and sent back
Line shows error but I think it is not 7 messages
royal ore I write a ticket System and i became a error in the line did everyone can help?
Unable to upload emoji: TypeError: terminated 15 messages
gritty edge Hello, when I try to upload emojis using attachment, it result as this: ```js TypeError: terminated at Fetch.onAborted...
Application commands are not updated in chat, but in "Manage Integration" are up-to-date. 26 messages
fallen shard Here is my code that updates commands: When the bot starts to run, it loads all commands ```js client.commands = new Map...
error Fetch user through user id 2 messages
pure perch ```js const { Events, WebhookClient, } = require('discord.js'); const { embedMessage, parse_money } = require("../../uti...
1150878580193116250
Does anyone know how I can do this without getting the error DiscordAPIError[50001]: Missing Access 5 messages
vague forum Does anyone know how I can do this without getting the error DiscordAPIError[50001]: Missing Access
Help please 6 messages
forest crag can anyone help so im trying to make a demon slayer server I made 2 separate roles demon slayer and demon is their any p...
"chained" StringSelect 3 messages
modest monolith Hi, is there anyway to send a message with a default embed + a select component, and depend of the select interaction, e...
the commands are duplicated 7 messages
broken niche why do I have the same commands duplicated? and these duplicates do not work, it gives an integration error
cmd error 23 messages
lean owl https://sourceb.in/HnsGiMGPUR
Create a new category 7 messages
acoustic tendon Is there anyway I can, instead of using a set category id, make the bot look for a category with the name "Groups" if fo...
1150878580193116250
embedbuilder undefined? 2 messages
dusty shard so uhm it says that embedbuilder is not defined. ```js let response = ''; const embed = new EmbedBuilder() ...
998292157150535700
Cannot use 'in' operator to search for 'code' in undefined 5 messages
onyx wasp When running my bot it sometimes returns this error and exists ``` error: Uncaught TypeError: Cannot use 'in' operator t...
1150878890307358882 998292157150535700
discord.js polls seem to not work 9 messages
ebon lagoon I have sent a poll, restarted my bot with the guild poll intents and when i vote / remove the vote, this error happens ...
mongodb and modals 8 messages
jolly ravine Hello, is it possible tonlose a modal with data from Mongodb?
Dealing with button components 18 messages
tall fog Hello guys! This code is basically mapping the button components of my interaction that were used previously, what I'm d...
Fetching guild id and other properties when guild create event is fired 28 messages
still arch I am trying to console.log and then eventually write to a db the ID of the guild the bot has just joined. I am unsure ho...
delete all commands 11 messages
steep yoke ```js async ResetCommands(guildId) { var guild = this.Client.guilds.cache.get(guildId); try { ...
1150878580193116250