Mat
DIAdiscord.js - Imagine an app
•Created by Mat on 9/4/2023 in #djs-questions
Modal input types
How many types of inputs can we have in Discord modals? I know of short and paragraph text inputs. But can we have dropdown/select inputs, checkmarks, radios etc. like we can in HTML forms? How or why not?
6 replies
DIAdiscord.js - Imagine an app
•Created by Mat on 8/26/2023 in #djs-questions
Cannot schedule event in the past
I gave this argument when creating my scheduled event:
The bot wrote this date in the message in my guild:
That is in a few minutes for me in my timezone, so it should be in the future.
However, in my console, a completely wrong date is being sent to the API:
And thus I'm getting the following error:
13 replies
DIAdiscord.js - Imagine an app
•Created by Mat on 8/26/2023 in #djs-questions
Message.startThread: Missing Access
I'm doing something like this:
And I'm getting a response like this:
My
PermissionsBitField
looks like this:
6 replies
DIAdiscord.js - Imagine an app
•Created by Mat on 8/23/2023 in #djs-questions
Detect replies and edit own message
Can I make my bot detect when a user is replying to it and then update the message that was replied to?
I have a bot that writes messages. And I want the ability to tell it to correct a message if I'm replying to it.
8 replies