defineduser
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
let me try
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
socket.on("msg", msg => functionhere(msg))
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
I want to use it with socket.io
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
how about client.login()
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
to use it outside
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
So I need to export
client
10 replies
DIAdiscord.js - Imagine an app
•Created by defineduser on 2/3/2024 in #djs-questions
Make a function to send message to a channel
I want to call it from another file
10 replies