Dynamic
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Dynamic on 9/9/2024 in #djs-questions
integrating modal and context menu
how do i get the text input field value from a modal and pass it to a context menu interaction which raised that modal?
5 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 8/26/2024 in #sapphire-support
build version not working
i've used
typescript
to make the bot and after building it using tsc
, it said 0 commands found, like no commands available to use. so i just need the dist folder for production, right? do i need .sapphirerc.json too? or anything else am i missing?6 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 8/1/2024 in #sapphire-support
what are these
23 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 6/28/2024 in #sapphire-support
unable to generate custom components using @sapphire/cli
21 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 6/28/2024 in #sapphire-support
optional argument
how to create an optional argument? like if the arg is empty, it uses the author, otherwise, it validates the argument into an user
6 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 6/25/2024 in #sapphire-support
too much errors
11 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 6/8/2024 in #sapphire-support
help with options
how to use options for inputs such as a sentence? i have 2 or 3 different options that requires a sentence as input but with option, it just takes the first arg but not the whole sentence
5 replies
SIASapphire - Imagine a framework
•Created by Dynamic on 6/1/2024 in #sapphire-support
DurationFormatter
how do i format ms to custom formatted duration? like i want this
5d 21h 45m 12s
but not this 5 days 21 hours 45 minutes 12 seconds
i use this: new DurationFormatter().format(some duration)
10 replies
DIAdiscord.js - Imagine an app
•Created by Dynamic on 8/13/2022 in #djs-questions
What is the Difference?
what is the difference between
Interaction
and BaseInteraction
class?2 replies