zay!
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.
No description
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.
No description
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
'Cannot find module ...' somewhere in your code is an absolute reference to a file that exists on your home PC but not on your remote VPS. update this file path reference to be relative.
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.
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,
--- discord.com ping statistics ---
310 packets transmitted, 310 received, 0% packet loss, time 309496ms
rtt min/avg/max/mdev = 16.666/16.760/16.938/0.037 ms
--- discord.com ping statistics ---
310 packets transmitted, 310 received, 0% packet loss, time 309496ms
rtt min/avg/max/mdev = 16.666/16.760/16.938/0.037 ms
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.
No description
95 replies