galtic
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
the role options doesn’t has to be in my code
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
if this command is run it just add this role to the member selected
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
not for the role
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
ok have i to put await interaction. before or just what is shown ?
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
how?
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
where i put the role id
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
and have i tu put await before?
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 6/25/2023 in #djs-questions
How to add and remove a specific role to a user?
@here i read it but how do i set the role?
12 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/21/2023 in #djs-questions
How to use a own prefix instead the slash commands?
my npm discord.js version is 14.11.0 and my node -v version is 20.2.0
5 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
it was the first time i had this problem, i was practicable with discord.js 12.
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
thanks, now it works
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
yes
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
it start a new line
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
no one at the moment. just visual studio code on my computer
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
and in the config.json file i have {
“token” : “my token”
}
17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
const { Client, Events, GatewayIntentBits } = require('discord.js');
const { token } = require('./config.json');
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
client.once(Events.ClientReady, c => {
console.log(
Ready! Logged in as ${c.user.tag}
);
});
client.login(token);17 replies
DIAdiscord.js - Imagine an app
•Created by galtic on 5/20/2023 in #djs-questions
The bot doesn’t go online.
yes
17 replies