zer0 negative☽
zer0 negative☽
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/9/2023 in #djs-questions
StringSelectMenuBuilder
I understand that I had to do something similar the other day! thank you!
6 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/9/2023 in #djs-questions
StringSelectMenuBuilder
the link is incorrect then
6 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/9/2023 in #djs-questions
StringSelectMenuBuilder
6 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/9/2023 in #djs-questions
StringSelectMenuBuilder
I discovered this when having an error with a string select menu builder error saying I didn't set the style of the options, but the docs don't show that method.
6 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
but at least I have something to work off of
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
I found the root of the problem. It can't find the role. Still not sure why that is.
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMembers,
],
});
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMembers,
],
});
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
k
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
const client = new Client({ intents: [GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers] });
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
it's in my index.js
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
@.gwapes this is my error and code
14 replies
DIAdiscord.js - Imagine an app
Created by Speed on 7/5/2023 in #djs-questions
adding role problem
@s_p3 did you solve this? i have same problem
7 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
node v18.16.1
14 replies
DIAdiscord.js - Imagine an app
Created by zer0 negative☽ on 7/5/2023 in #djs-questions
bot can't manage roles on user
discord.js@14.11.0
14 replies