xx_lavaboy_xx123
DIAdiscord.js - Imagine a bot
•Created by they on 9/1/2024 in #djs-questions
embed
u can't even have a title with 2k characters the max is 256
7 replies
DIAdiscord.js - Imagine a bot
•Created by Shrewd 💫 on 8/19/2024 in #djs-questions
what is "with reason"
it's not that new it has been a thing for at least 8 years
12 replies
DIAdiscord.js - Imagine a bot
•Created by Shrewd 💫 on 8/19/2024 in #djs-questions
what is "with reason"
the with reason field displays the reason provided when updating roles
12 replies
DIAdiscord.js - Imagine a bot
•Created by Josh on 8/19/2024 in #djs-questions
Give role on To-Do checklist completion
guildMemberUpdate
5 replies
DIAdiscord.js - Imagine a bot
•Created by ShorkKeith on 8/15/2024 in #djs-questions
Convoluted code giving InteractionAlreadyReplied error
but without even looking at the code i can tell u that u can't show a modal when someone uses a reaction because modals can only be displayed as a reply to interactions
7 replies
DIAdiscord.js - Imagine a bot
•Created by 👔 | Homme Bleu on 7/22/2024 in #djs-questions
setName/Description`Localizations`
most people use en-US which is United States English
10 replies
DIAdiscord.js - Imagine a bot
•Created by 👔 | Homme Bleu on 7/22/2024 in #djs-questions
setName/Description`Localizations`
yes
10 replies
DIAdiscord.js - Imagine a bot
•Created by 👔 | Homme Bleu on 7/22/2024 in #djs-questions
setName/Description`Localizations`
you may want to set
en-US
too en-GB
is only for Great Britain English and not many people use it10 replies
DIAdiscord.js - Imagine a bot
•Created by 👔 | Homme Bleu on 7/22/2024 in #djs-questions
setName/Description`Localizations`
addChoices
takes this https://discord-api-types.dev/api/discord-api-types-v10/interface/APIApplicationCommandOptionChoice and as u can see there's name_localizations
property10 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
if the author is the bot then they're obviously gonna return the same channel
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
its gonna be the same vc
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
what is clientVC for then
29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
add
if (message.author.bot) return;
at the top of messageCreate29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
and when u logged message.member earlier
bot
was true29 replies
DIAdiscord.js - Imagine a bot
•Created by Hexaa on 7/11/2024 in #djs-questions
`message.member.voice.channel` returning into a null
i think message.member is the bot because it sends replies to ur message
29 replies
DIAdiscord.js - Imagine a bot
•Created by Yiannakis Papadopoulos on 7/9/2024 in #djs-questions
Anyone got any good djs 14 command handlers
19 replies
DIAdiscord.js - Imagine a bot
•Created by trevdev on 6/22/2024 in #djs-questions
How can I check if a user id has permission to send messages to a channel?
this code is correct so you're either passing wrong user id or the member has perms to send messages in that channel, how is
senderId
defined?7 replies
DIAdiscord.js - Imagine a bot
•Created by vanillop 🖤 on 5/30/2024 in #djs-questions
Send Attachment
there's attachments but its used for smth else
5 replies