nullopt
nullopt
DIAdiscord.js - Imagine an app
Created by nullopt on 5/6/2024 in #djs-questions
Best way to get StringSelectMenuInteraction value from ButtonInteraction?
will check this out, thanks
14 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 5/6/2024 in #djs-questions
Best way to get StringSelectMenuInteraction value from ButtonInteraction?
Oh yeh, was typing that bit out in discord
14 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 5/6/2024 in #djs-questions
Best way to get StringSelectMenuInteraction value from ButtonInteraction?
interesting... thank you - I will look into this
14 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 5/6/2024 in #djs-questions
Best way to get StringSelectMenuInteraction value from ButtonInteraction?
It's more for additional confirmation as it will eventually charge the user.
14 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/31/2023 in #djs-questions
Trying to start a scheduled event
It's working as intended now
12 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/31/2023 in #djs-questions
Trying to start a scheduled event
@ducktrshessami I am very sorry to have wasted your time... Please forget you ever read this ticket PEPELA so I had originally hard coded the Active status, but changed the signature of the function to be dynamic. But... I didn't change the calls to the functions... Facepalm
12 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/31/2023 in #djs-questions
Trying to start a scheduled event
Yeah, honestly wasn't sure myself
12 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/31/2023 in #djs-questions
Trying to start a scheduled event
12 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/31/2023 in #djs-questions
Trying to start a scheduled event
yes
12 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 3/25/2023 in #djs-questions
Is there a way to auto subscribe a set of users to a GuildScheduledEvent?
Ah okay, I'm probably trying to repurpose it for something other than what it's meant for
3 replies
DIAdiscord.js - Imagine an app
Created by Apokalypt on 12/30/2022 in #djs-questions
How to know if a slash command is executed in a thread|post or in a channel ?
interaction.channel.isThread();
// or
interaction.channel.type === ChannelType.PublicThread
interaction.channel.isThread();
// or
interaction.channel.type === ChannelType.PublicThread
7 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 12/30/2022 in #djs-questions
guildMemberUpdate only firing on 2nd event
(after this, everything is fine)
8 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 12/30/2022 in #djs-questions
guildMemberUpdate only firing on 2nd event
Only after re-adding it, it gets called
8 replies
DIAdiscord.js - Imagine an app
Created by nullopt on 12/30/2022 in #djs-questions
guildMemberUpdate only firing on 2nd event
As you can see from the gif, I remove the role, but the event isn't called
8 replies