FeroxNotMonday
FeroxNotMonday
DIAdiscord.js - Imagine an app
Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
this.options.token? ClientOptions doesn't have token property
30 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
Then try with fetch, but I’m not sure that the bot will fetch a large count of servers without problems in a short period of time.
14 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
try it
14 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
const users = new Set();
<Client>.guilds.cache.forEach(guild => guild.members.cache.forEach(member => users.add(member.id)));

users.size
const users = new Set();
<Client>.guilds.cache.forEach(guild => guild.members.cache.forEach(member => users.add(member.id)));

users.size
14 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
wait
14 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
one second
14 replies
DIAdiscord.js - Imagine an app
Created by Black_Wither on 5/11/2024 in #djs-questions
Wrong user count
i'm not sure, but you can try this for unique members:
<Client>.guilds.cache.map(x => x.members.cache).reduce((prev, current) => [...new Set([...prev, current])], []).length
<Client>.guilds.cache.map(x => x.members.cache).reduce((prev, current) => [...new Set([...prev, current])], []).length
14 replies
DIAdiscord.js - Imagine an app
Created by ata on 5/12/2024 in #djs-voice
Help
teach djs voice
11 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/10/2024 in #djs-questions
getInteger('amount')
It doesn't look very good, but technically it is
21 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/10/2024 in #djs-questions
getInteger('amount')
in this code you create a command and a response to it, but you still need to handle it
21 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/10/2024 in #djs-questions
getInteger('amount')
this is different
21 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/10/2024 in #djs-questions
getInteger('amount')
this is different
21 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/10/2024 in #djs-questions
getInteger('amount')
It's not this slash. Make sure you have created it and also restart your discord client
21 replies
DIAdiscord.js - Imagine an app
Created by Vеrsette on 5/9/2024 in #djs-questions
Detecting user AFK channel switch
if (<VoiceState>.channel.id === <Guild>.afkChannel.id) {
// ...
}
if (<VoiceState>.channel.id === <Guild>.afkChannel.id) {
// ...
}
5 replies
DIAdiscord.js - Imagine an app
Created by HananJ123 on 5/9/2024 in #djs-questions
Intents
Provide full code
28 replies
DIAdiscord.js - Imagine an app
Created by Ezo on 5/9/2024 in #djs-questions
discord rest error 50035
#other-js-ts
6 replies
DIAdiscord.js - Imagine an app
Created by Ezo on 5/9/2024 in #djs-questions
discord rest error 50035
It's eris
6 replies
DIAdiscord.js - Imagine an app
Created by Rule on 3/26/2024 in #djs-questions
Is it possible to send a DM from bot to another bot
Private mutual guild?
7 replies
DIAdiscord.js - Imagine an app
Created by mostafaselim on 2/26/2024 in #djs-questions
how download discord j.s.
npm i discord.js
4 replies
DIAdiscord.js - Imagine an app
Created by Fisch on 2/24/2024 in #djs-questions
I wanted to ask for everything I need for this command
.
12 replies