n4a
n4a
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
ty
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
okay
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
?
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
with this
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
const user = interaction.options.getUser("user");
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
"main_guild_id": "1191749007731605656",
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
const { main_guild_id } = require('../../data/config.json');
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
@mallusrgreat
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
User {
id: '1040618285273722920',
bot: false,
system: false,
flags: UserFlagsBitField { bitfield: 0 },
username: 'tks_macius',
globalName: 'Emerytowany TKS_MaciuÅ›',
discriminator: '0',
avatar: '59233df34dfc6c3049ce61bb4325a0c9',
banner: undefined,
accentColor: undefined,
avatarDecoration: null
}
User {
id: '1040618285273722920',
bot: false,
system: false,
flags: UserFlagsBitField { bitfield: 0 },
username: 'tks_macius',
globalName: 'Emerytowany TKS_MaciuÅ›',
discriminator: '0',
avatar: '59233df34dfc6c3049ce61bb4325a0c9',
banner: undefined,
accentColor: undefined,
avatarDecoration: null
}
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
i getting this from options
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/9/2024 in #djs-questions
Unknown member
const user = interaction.options.getUser("user");
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/4/2024 in #djs-questions
Error
in my code
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/4/2024 in #djs-questions
Error
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/4/2024 in #djs-questions
Error
i dont know were is problem
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
now its works
27 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
ty guys
27 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
const main_guild_member = main_guild.members.fetch(member => member.id === interaction.user.id);
const clubs_guild_member = clubs_guild.members.fetch(member => member.id === interaction.user.id);
const main_guild_member = main_guild.members.fetch(member => member.id === interaction.user.id);
const clubs_guild_member = clubs_guild.members.fetch(member => member.id === interaction.user.id);
27 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
yes
27 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
main_guild_member.roles.add(main_guild_role);
clubs_guild_member.roles.add(club_guild_role);
clubs_guild_member.roles.add(club_guild_rank_role);
main_guild_member.roles.add(main_guild_role);
clubs_guild_member.roles.add(club_guild_role);
clubs_guild_member.roles.add(club_guild_rank_role);
27 replies
DIAdiscord.js - Imagine a boo! 👻
Created by n4a on 2/3/2024 in #djs-questions
Problem with found user in specific guild
cache to fetch
27 replies