Tecrubeli Armut
Tecrubeli Armut
DIAdiscord.js - Imagine an app
Created by Tecrubeli Armut on 10/2/2023 in #djs-questions
How do I install djs v13?
whats the command for it? npm install...??
3 replies
DIAdiscord.js - Imagine an app
Created by Tecrubeli Armut on 6/24/2023 in #djs-questions
commands
So in a tutorial I watched, a guy was putting his commands in index.js, if I move the commands to another file, will it still work? The command:
client.on('messageCreate', (message) => {
if (message.content === "ping") {
message.channel.send("pong")
}
client.on('messageCreate', (message) => {
if (message.content === "ping") {
message.channel.send("pong")
}
10 replies