LightAndy📸
DIAdiscord.js - Imagine an app
•Created by LightAndy📸 on 8/17/2023 in #djs-questions
.setColor() doesn't work for me
I'm using EmbedBuilder to .setColor("#3dfbff") and it's not working, I'll give you the code in one sec
12 replies
DIAdiscord.js - Imagine an app
•Created by LightAndy📸 on 8/6/2023 in #djs-questions
How to get title of the modal in Modals.ts (handler file)
I'm trying to get the title of the modal to figure out the type. There are 5 types:
* Games
* Apps
* Movies
* Series
* Subtitles
Is there a way to get the title of the modal inside a handler?
9 replies
DIAdiscord.js - Imagine an app
•Created by LightAndy📸 on 8/5/2023 in #djs-questions
.isChatInputCommand()
I'm gonna continue this conversation here, it's a bit clearer
2 replies
DIAdiscord.js - Imagine an app
•Created by LightAndy📸 on 8/3/2023 in #djs-questions
Modal Help
I have created a Context Menu Builder using Reciple (TS) with the file name
1️⃣ AddIt.ts
, I also have modals handler 2️⃣ Modals.ts
. I want to show the modal (from 1️⃣
, already did that part of code), then wait for user input and when the user submits the modal, I want the information back from 2️⃣
to the command file (1️⃣
)23 replies
DIAdiscord.js - Imagine an app
•Created by LightAndy📸 on 8/3/2023 in #djs-questions
Is there a way to use a context menu builder and then get the message's author?
I want to right click > Apps > Click on my Context Menu App >
console.log
the author of the message (which I use the Apps on)27 replies