Syjalo
Syjalo
DIAdiscord.js - Imagine an app
Created by L4UR3NS on 11/12/2024 in #djs-questions
djs 14.16.3 - voiceStateUpdate - what do "sessionId" changes mean?
This particular user is most likely using the bot in VCs for a long time, so it hits the time Discord asks to reconnect to the Gateway
7 replies
DIAdiscord.js - Imagine an app
Created by L4UR3NS on 11/12/2024 in #djs-questions
djs 14.16.3 - voiceStateUpdate - what do "sessionId" changes mean?
That's the gateway connection session id. Discord asks to reconnect sometimes
7 replies
DIAdiscord.js - Imagine an app
Created by Biggie on 10/29/2024 in #djs-questions
Bot not starting invalid token
Egg or eggplant, call it whatever you want
80 replies
DIAdiscord.js - Imagine an app
Created by Gua-xi on 10/26/2024 in #djs-questions
How to create a thread with user permission for viewing?
Threads don't have permissions. You have to add members
3 replies
DIAdiscord.js - Imagine an app
Created by SaumonDeLuxe on 10/25/2024 in #djs-questions
Is there an efficient way to get date as option for interaction ?
You send them options while they type something
15 replies
DIAdiscord.js - Imagine an app
Created by SaumonDeLuxe on 10/25/2024 in #djs-questions
Is there an efficient way to get date as option for interaction ?
And v13 is not supported anymore
15 replies
DIAdiscord.js - Imagine an app
Created by SaumonDeLuxe on 10/25/2024 in #djs-questions
Is there an efficient way to get date as option for interaction ?
You can use autocomplete to validate the time before sending, but there's currently a bug in there
15 replies
DIAdiscord.js - Imagine an app
Created by NilsCraftHD on 10/23/2024 in #djs-questions
Not showing avatarDecoration on my API
Yes
18 replies
DIAdiscord.js - Imagine an app
Created by NilsCraftHD on 10/23/2024 in #djs-questions
Not showing avatarDecoration on my API
v13 is deprecated and not supported anymore
18 replies
DIAdiscord.js - Imagine an app
Created by NilsCraftHD on 10/23/2024 in #djs-questions
Not showing avatarDecoration on my API
What's your version then? Avatar decorations were implemented in v14.16
18 replies
DIAdiscord.js - Imagine an app
Created by NilsCraftHD on 10/23/2024 in #djs-questions
Not showing avatarDecoration on my API
I suppose you're not using discord.js
18 replies
DIAdiscord.js - Imagine an app
Created by Maxi130 on 10/18/2024 in #djs-questions
How to delete reply of an interaction that caused my interaction after 3 seconds?
With await please
31 replies
DIAdiscord.js - Imagine an app
Created by MysticMeteor on 10/18/2024 in #djs-questions
deferReply and reply
If you don't need to defer reply, yes you can just use .reply()
13 replies
DIAdiscord.js - Imagine an app
Created by Maxi130 on 10/18/2024 in #djs-questions
How to delete reply of an interaction that caused my interaction after 3 seconds?
// Delete the message the button is attached to
await interaction.deferUpdate();
await interaction.deleteReply();

// Send a follow up message
await interaction,followUp('Message 2');
// Delete the message the button is attached to
await interaction.deferUpdate();
await interaction.deleteReply();

// Send a follow up message
await interaction,followUp('Message 2');
31 replies
DIAdiscord.js - Imagine an app
Created by Maxi130 on 10/18/2024 in #djs-questions
How to delete reply of an interaction that caused my interaction after 3 seconds?
Why not to make the communityevent response an ephemereal message and then update it?
31 replies
DIAdiscord.js - Imagine an app
Created by oz6n on 10/14/2024 in #djs-questions
how do i access the context menu targetid post-modal submission?
It can be whatever you want
10 replies
DIAdiscord.js - Imagine an app
Created by oz6n on 10/14/2024 in #djs-questions
how do i access the context menu targetid post-modal submission?
It's custom id you set
10 replies
DIAdiscord.js - Imagine an app
Created by oz6n on 10/14/2024 in #djs-questions
how do i access the context menu targetid post-modal submission?
Why not
10 replies