zyy
DIAdiscord.js - Imagine an app
•Created by zyy on 10/22/2023 in #djs-questions
Difficulty sending messages to specific channels when using command handlers.
Fixed:
8 replies
DIAdiscord.js - Imagine an app
•Created by zyy on 10/22/2023 in #djs-questions
Difficulty sending messages to specific channels when using command handlers.
for those viewing
Broken:
https://cdn.discordapp.com/attachments/1165553666313428993/1165553667101962310/Screenshot_2023-10-22_003332.png?ex=65474571&is=6534d071&hm=43177953e1e4134e30d8dccfe08cd116123e2dca3020b1914ba24d2958ebc42a&
8 replies
DIAdiscord.js - Imagine an app
•Created by zyy on 10/22/2023 in #djs-questions
Difficulty sending messages to specific channels when using command handlers.
fixed.
8 replies
DIAdiscord.js - Imagine an app
•Created by zyy on 10/22/2023 in #djs-questions
Difficulty sending messages to specific channels when using command handlers.
resolved promise by adding
await
in front of my channel.send
, no change.8 replies
DIAdiscord.js - Imagine an app
•Created by zyy on 10/22/2023 in #djs-questions
Difficulty sending messages to specific channels when using command handlers.
Struggling to understand this. I resolved my promise. It should be cast as a
TextChannel
which has a .send
function, yet, I still am receiving the same error. @Syjalo8 replies