addamsson
addamsson
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
i could have put them in a main file or something, but this was more convenient
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
and i only un-skip them when i actually want to see the results
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
No description
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
how do you test whether the call actually works then?
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
I'm gonna chunk everything so that I can minimize the amount of messages sent
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
what are the rate limits?
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
hm
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
also i think i found the real issue. one of my test users probably closed dms and i get a promise rejection so the rest of the list doesn't get the dms
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
to give you some context: this bot sends daily reports to a channel (and also in dms), so a report usually consists of some headers (2-3 embeds), and 5-20 reports (1 embed each) depending on the team size
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
rate limiting?
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
what could be the reason for this slowness?
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
i realized this when I had a db transaction open accidentally and my code failed because the transaction manager have already closed the transaction by the time discord.js finished
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
but sometimes sending only a few messages to a channel takes 10+ seconds
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
i have some logic that chunks up my messages so that I can send embeds without reaching the limit
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
sending messages is extremely slow
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
there is one thing though
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
I added await once(client, Events.ClientReady); and now I dont' need fetch anymore, thanks
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
I also have a TestAgent that's effectively a mock for all my agents
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
all the utility functions are tested separately, and the actual discord interaction is not run by default
65 replies
DIAdiscord.js - Imagine an app
Created by addamsson on 5/7/2024 in #djs-questions
My bot doesn't get the full list of channels on a server
I only use it when I need to check the actual result in the channel
65 replies