djs-questions

13317 threads · Page 191 of 267

TypeError Cannot read properties of undefined (reading 'Channel') 4 messages
Autocomplete not working 10 messages
Shardmanager keeps spawning shards? 6 messages
have this error 2 messages
How can i get the download link of over 1k messages with attachments to console? 2 messages
load sql result and using repeat in sql 2 messages
Bold Text in .setActivity() 3 messages
Node process running but bot died 7 messages
Start Sharding 18 messages
How to lock an emoji to role? 2 messages
commands.map is not a function 8 messages
Cannot read properties of undefined (reading 'Channel') 17 messages
Multi-Guilds bot 8 messages
Command Registration X-Dev-Guild 27 messages
Max number of choices 3 messages
Modal date field 3 messages
On-Off command 7 messages
server question 3 messages
How to give access to thread to role. 3 messages
Bot gets information from some channels but not from others [SOLVED] 25 messages
Does anyone know if it's possible to edit an embed sent by a PREVIOUS slash command? 2 messages
Create threads 2 messages
Discord Endpoints Interactions (URLs) and DiscordJS 12 messages
@discordjs package
ForumChannel 7 messages
Bot goes zombie mode (offline) with no reason 12 messages
typescript types broken 2 messages
No promise returned on followUp 5 messages
guys is there any event to find user updates (i.e username change), I tried 'guildMemberUpdate' but 2 messages
How to get id of who kicked a person? 2 messages
Getting a client 8 messages
How to do two interaction 59 messages
GuildMember.fetch loading 15s-30min but fetching manually using REST works instantly 50 messages
How to send a message at specific time 4 messages
Is it common practice to add a delimiter to the customID of an interaction for extra meta data 79 messages
checking if a user is banned without causing an error 4 messages
Create Channel PermissionOverWrites has strange Behavior. 27 messages
is discord.js mobile compatible 4 messages
Where can I find the SlashCommandBuilder and all related subfunctions in the documentation? 4 messages
ClientUser.setPresence() Question 3 messages
Get created timestamp off of command? 11 messages
How to make sharding and caching work together? 9 messages
getNumber methode failure 13 messages
Route.put issues 90 messages
More puppeteer related but still 2 messages
`ButtonInteraction.fetch()` weirdness 10 messages
How can i create threads in certain posts? 6 messages
Amount of messages deleted 4 messages
URL and custom id are mutually exclusive 13 messages
SOLVED Error. Expected a string primitive 11 messages
Find a role by name then update it 29 messages
gusty thistle How do I find a role in a guild by it's name. Then update it's info? ```js guild.roles.cache.find(role => role.name === ...