d4
DIAdiscord.js - Imagine a bot
•Created by szalik.dev on 1/8/2024 in #djs-questions
Creating multiple selects command
i'm pretty sure it's
i.update()
11 replies
DIAdiscord.js - Imagine a bot
•Created by szalik.dev on 1/8/2024 in #djs-questions
Creating multiple selects command
actually hold on
11 replies
DIAdiscord.js - Imagine a bot
•Created by szalik.dev on 1/8/2024 in #djs-questions
Creating multiple selects command
yes
11 replies
DIAdiscord.js - Imagine a bot
•Created by szalik.dev on 1/8/2024 in #djs-questions
Creating multiple selects command
you should use
update()
instead of editReply()
as only update()
counts as a reply to an interaction11 replies
DIAdiscord.js - Imagine a bot
•Created by Youssef on 7/20/2023 in #djs-questions
Get All users banners
alright
34 replies
DIAdiscord.js - Imagine a bot
•Created by Youssef on 7/20/2023 in #djs-questions
Get All users banners
await is for the client.users.fetch
34 replies
DIAdiscord.js - Imagine a bot
•Created by Youssef on 7/20/2023 in #djs-questions
Get All users banners
not sure what you mean by "better way"
34 replies
DIAdiscord.js - Imagine a bot
•Created by Youssef on 7/20/2023 in #djs-questions
Get All users banners
make sure to use
for await
34 replies
DIAdiscord.js - Imagine a bot
•Created by ! Murali Anand on 7/17/2023 in #djs-questions
Unknown interaction
if you're doing anything asynchronous then you should defer
6 replies
DIAdiscord.js - Imagine a bot
•Created by ! Murali Anand on 7/17/2023 in #djs-questions
Unknown interaction
i would guess the 1st one is more likely
6 replies
DIAdiscord.js - Imagine a bot
•Created by TheMonDon on 7/16/2023 in #djs-questions
What is the difference between autocomplete and string input options?
Regular options are static, meaning they are only changed when you deploy the command. Autocomplete is dynamic, so you can generate different choices every time
9 replies
DIAdiscord.js - Imagine a bot
•Created by Tom Spander on 7/14/2023 in #djs-questions
500 on editing thread parent interaction reply
Maybe you should report to discord themselves?
8 replies
DIAdiscord.js - Imagine a bot
•Created by Tom Spander on 7/14/2023 in #djs-questions
500 on editing thread parent interaction reply
Other than that i do not know unfortunately
8 replies
DIAdiscord.js - Imagine a bot
•Created by Tom Spander on 7/14/2023 in #djs-questions
500 on editing thread parent interaction reply
Server error means discord had an error and it isn't your fault
8 replies
DIAdiscord.js - Imagine a bot
•Created by Rhys on 7/14/2023 in #djs-questions
Lightweight PermissionsBitField package
PermissionsBitField
is a class defined inside of discord.js, it isn't exported from elsewhere. You could alternatively use PermissionFlagsBits
from discord-api-types
if you need just the bits without utility functions7 replies
DIAdiscord.js - Imagine a bot
•Created by Sujit on 7/11/2023 in #djs-questions
How do I use Client.updatePresence()?
np
23 replies
DIAdiscord.js - Imagine a bot
•Created by Sujit on 7/11/2023 in #djs-questions
How do I use Client.updatePresence()?
worked for me after waiting a bit
23 replies
DIAdiscord.js - Imagine a bot
•Created by Sujit on 7/11/2023 in #djs-questions
How do I use Client.updatePresence()?
ah try doing
since: null
23 replies
DIAdiscord.js - Imagine a bot
•Created by Sujit on 7/11/2023 in #djs-questions
How do I use Client.updatePresence()?
try to provide an
afk
value ^23 replies
DIAdiscord.js - Imagine a bot
•Created by Sujit on 7/11/2023 in #djs-questions
How do I use Client.updatePresence()?
23 replies