dez
dez
DIAdiscord.js - Imagine an app
Created by dez on 3/18/2024 in #djs-questions
import "client" into separate function files
thanks anyways
10 replies
DIAdiscord.js - Imagine an app
Created by dez on 3/18/2024 in #djs-questions
import "client" into separate function files
got confused what this would classify as so figured here
10 replies
DIAdiscord.js - Imagine an app
Created by dez on 3/18/2024 in #djs-questions
import "client" into separate function files
somehow i didnt think of that 💀
10 replies
DIAdiscord.js - Imagine an app
Created by dez on 3/18/2024 in #djs-questions
import "client" into separate function files
oh it as easy as
constructor(guild, userID, banReason, client) {
this.guild = guild;
this.userID = userID;
this.banReason = banReason;
this.client = client;
}
constructor(guild, userID, banReason, client) {
this.guild = guild;
this.userID = userID;
this.banReason = banReason;
this.client = client;
}
?
10 replies
DIAdiscord.js - Imagine an app
Created by dez on 3/18/2024 in #djs-questions
import "client" into separate function files
please ping if you respond
10 replies