vivian <3
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/5/2023 in #djs-questions
waiting for interaction collector to finish before executing another function
gotcha
6 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/5/2023 in #djs-questions
waiting for interaction collector to finish before executing another function
i took a look at the documentation. seems to only return the first interaction. is there any way to return all the interactions or do i need to promisify messagecomponentcollector myself?
6 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/5/2023 in #djs-questions
waiting for interaction collector to finish before executing another function
there's no way around it? the for loop after the end event is meant to execute multiple more message comp collectors, each time relying on data from the previous to execute. i want to see if i can do this without recursion
6 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
i need myself some coffee 😅
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
perfect, thanks! i don't know how i didn't see that... the last time i had that error i fixed it the exact same way
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
client is used to log into another bot, not the one being sharded. the token used with client automatically sends a status update to the bot's official support server
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 6/1/2023 in #djs-questions
'sharding is required' error, with sharding
9 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 4/24/2023 in #djs-questions
checking server boosters without roles
@Jô 🌈 🦄 thanks. any way to check multiple boosts?
6 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 1/10/2023 in #djs-questions
transfer ownership from bot to user
perfect thank you
4 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
dingdingding perfect. thanks a bunch for the clarification
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
never noticed it, only use setActivity(). oh well.
how long does it take for setActivity() to go away though? (the status doesn't last, and i just want to know how long it stays for)
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
most class and method params only take objects now (at least the ones i use)
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
Everything’s gotta be an object now lol
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
RIP string literal params
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
Huh alright thanks
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
If you’re talking about adding it via <client>.user.setActivity(), that’s what I already do
18 replies
DIAdiscord.js - Imagine an app
•Created by vivian <3 on 12/7/2022 in #djs-questions
How often should client.user.setActivity() be used?
Been like that for a while
18 replies