Stibnite
Stibnite
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
Change name: "Hey" to name: "hey"
13 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
const commands = [
{
name: "Hey",
description: "Replies with hey",
},
];
const commands = [
{
name: "Hey",
description: "Replies with hey",
},
];
must be
const commands = [
{
name: "hey",
description: "Replies with hey",
},
];
const commands = [
{
name: "hey",
description: "Replies with hey",
},
];
13 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
All right, thanks a lot!
10 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
And if I am an owner, where can I disable it?
10 replies
DIAdiscord.js - Imagine an app
Created by Stibnite on 10/4/2023 in #djs-questions
What is it about "features"=>["COMMUNITY", "NEWS"]?
10 replies