Daricide
Daricide
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
thanks
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
ok
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
@wolvinny 🌈
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
I wasnt sure what to put for ...args, so i just put any
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
No description
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 11/6/2023 in #djs-questions
Does anyone have the starter code from the guide but in typescript?
ok I think am sort of lost on where the guide provides the types
13 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 10/23/2023 in #djs-questions
Way to not emit VoiceStateUpdate when bot is moving a user?
thanks, I think I will try with the event data alone, since I think you are right about that. However I will keep in mind the collection idea. Thank you
5 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 10/23/2023 in #djs-questions
Way to not emit VoiceStateUpdate when bot is moving a user?
ok thanks
5 replies
DIAdiscord.js - Imagine an app
Created by Daricide on 10/23/2023 in #djs-questions
Way to not emit VoiceStateUpdate when bot is moving a user?
ok, although if someone is in the mute channel, and they unmute i want it to also move them back to the original channel they were in, which wouldn't be possible with what you are suggesting. I was thinking to maybe have some boolean that is true when the bot just moved someone and when the next event was emitted gets set to false. However this solution seems super hacky to me, and probably wouldn't work if multiple people mute at the same-ish time
5 replies