Nothing-Man
Nothing-Man
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/15/2024 in #djs-questions
How can I change the VC status/description message?
yeah I get it, thank you so much guys!
11 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/15/2024 in #djs-questions
How can I change the VC status/description message?
I see, but the question of a quantity* channel name change is to 2 per 10 mins - which is so so
11 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/15/2024 in #djs-questions
How can I change the VC status/description message?
@JĆ“ šŸŒˆšŸ¦„ you think they have it for statuses as well?
11 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
took the bot boilerplate and it had this
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
I was super tilted
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
@gwapes YES! I removed the cache and it works! Thank you so mmuch! you made my day!
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
^ removed fetching the channel, still Collection(0) [Map] {}
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
const channels = guild.channels.cache
const voiceChannels = channels.filter(channel => channel.type === ChannelType.GuildVoice
) ;

await guild.members.fetch();

voiceChannels.forEach(async channel => {
// latestChannel.members is always Collection 0 with no members in it
}
});
const channels = guild.channels.cache
const voiceChannels = channels.filter(channel => channel.type === ChannelType.GuildVoice
) ;

await guild.members.fetch();

voiceChannels.forEach(async channel => {
// latestChannel.members is always Collection 0 with no members in it
}
});
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
yes thats what I did (see updated code) still collection is 0
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
these are the options:
export interface FetchMembersOptions {
user?: UserResolvable | UserResolvable[];
query?: string;
limit?: number;
withPresences?: boolean;
time?: number;
nonce?: string;
}
export interface FetchMembersOptions {
user?: UserResolvable | UserResolvable[];
query?: string;
limit?: number;
withPresences?: boolean;
time?: number;
nonce?: string;
}
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
couldnt find way to force fetch members though
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
@gwapes updated the code with fetch members and fetch channel individually, still Collection(0) [Map] {}
24 replies
DIAdiscord.js - Imagine an app
Created by Nothing-Man on 3/1/2024 in #djs-questions
VoiceChannel members is always 0
[email protected] /Users/andriy/Documents/projects/discord-bot ā”œā”€ā”¬ [email protected] ā”‚ ā””ā”€ā”€ [email protected] deduped ā””ā”€ā”€ [email protected] Node: v16.20.1
24 replies