zay!
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
I confused Screening with Onboarding, we don't have Screening
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
I just ran through the server on an alt and it didn't fire until I finished onboarding. ¯\_(ツ)_/¯
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
We do have membership screening, I wasn't aware that passing causing a second welcome message to be fired, are you sure about that?
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
95 replies
DIAdiscord.js - Imagine a bot
•Created by Novuz on 12/27/2023 in #djs-questions
Bot goes offline after like a day
I would like to see the logs output from your warn_bot process. Because it crashed instantly I think it's because you're now calling "C:...\warn_bot" which has no file extension so PM2 cannot resolve it; when you call the file with Node you are appending the '.js' which might be why that works.
65 replies
DIAdiscord.js - Imagine a bot
•Created by Novuz on 12/27/2023 in #djs-questions
Bot goes offline after like a day
Oh you might be right, I can't tell which are the VPS terminals and which are the home PC terminals.
65 replies
DIAdiscord.js - Imagine a bot
•Created by Novuz on 12/27/2023 in #djs-questions
Bot goes offline after like a day
No @hey.o is right, you need dependencies installed so that your remote code can import items just like your code does on your development PC. Your bot file does not come bundelled with everything you need.
65 replies
DIAdiscord.js - Imagine a bot
•Created by Novuz on 12/27/2023 in #djs-questions
Bot goes offline after like a day
65 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
I've just found a recent example of this happening natively too. The user did not leave and rejoin.
https://media.discordapp.net/attachments/950475101978132480/1146869261999018054/image.png (https://discord.com/channels/942897714956472401/950475101978132480/1146869262229708810)
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
yep yep, there's only one instance
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
Mine were always immediate succession
95 replies
DIAdiscord.js - Imagine a bot
•Created by HunteRoi on 8/30/2023 in #djs-questions
Does GuildMemberUpdate get triggered when a user completes the onboarding ?
Yes
4 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
mine if they're useful,
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
I have onboarding and rules screening verification enabled. IIRC (I had to cherry pick a month back to get those screenshots) I noticed that running through onboarding and completing rules screening normally sent different guildMemberUpdate events, but, they sometimes they sent identical events which caused my messages to double fire.
95 replies
DIAdiscord.js - Imagine a bot
•Created by MD on 8/5/2023 in #djs-questions
Bot posts randomly 1 - 3 welcome messages for the same member that already joined.
95 replies