Kiriox
Kiriox
DIAdiscord.js - Imagine an app
Created by Kiriox on 7/31/2024 in #djs-questions
Impossible to timeout members from GuildMembersManager object
Hello, in my script I tried to timeout a member from the GuildMembersManager object as it is possible with kick or ban but it gives me the error guild.members.timeout is not a function yet there is this pr that has been merge which seems to do what I want. What can I do? https://github.com/discordjs/discord.js/pull/7104
8 replies
DIAdiscord.js - Imagine an app
Created by Kiriox on 7/22/2024 in #djs-questions
guildMemberRemove event don't work
Hello, the guildMemberRemove event does not trigger when my second account which is the server while in the same circumstances guildMemberAdd works, what can I do?
6 replies
DIAdiscord.js - Imagine an app
Created by Kiriox on 6/1/2024 in #djs-questions
Discord.js RPC Extension work ?
I found this extension https://github.com/discordjs/RPC/ for discord.js which allows the use of rpc, which leads me to 2 questions: the last update of the project was 3 years ago and the documentation is no longer available, does it still work. And secondly, can I use it to activate the rpc on people who connect to my web page?
4 replies
DIAdiscord.js - Imagine an app
Created by Kiriox on 10/15/2023 in #djs-voice
Recover audio and mute user
Hello I would like to be able to record audio in a voice room (and if possible only record what a user defined by id says) I have not found a clear explanation for version 14 of discord.js, could Can you explain to me how I can achieve my goal?
16 replies