Adam
DIAdiscord.js - Imagine an app
•Created by Adam on 5/29/2024 in #djs-questions
DJS fetch function never ending?
Hey!
I'm making a bot for my boss that checks every <interval> for staff activity and I came accross an issue:
During the check execution, suddenly, everything stopped working fine, let me explain.
I tested while I was making it, everything worked. Woke up today and worked on it and it stopped working correctly: it is stuck at a
members.fetch()
function, no code runs after it even though it worked fine before.
Here is the piece of code where the error is found:
3 replies
DIAdiscord.js - Imagine an app
•Created by Adam on 1/17/2024 in #djs-questions
avatarURL function is broken?
Hey. I've been making a website with an integration through a Discord bot to get a staff list and its information.
I've came accross an issue with the avatarURL function always returning
null
(I use an alternative for now, displayAvatarURL().
Here the code of the staff route:
And here is where I login the bot in the structures/app.ts
file:
8 replies
DIAdiscord.js - Imagine an app
•Created by Adam on 1/27/2023 in #djs-questions
Websocket closing after some time (unable to reconnect)
Hey, I've been developing the bot, and for some reasons, some time after starting it, it disconnects, no error log or no crash, just debug logs with errors
21 replies