-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError #35
Comments
We need to know what the input variables on this line are:
Because the code itself looks ok. Maybe somewhere before |
If the guild did not configure the welcome messages, there won't be an entry in the database. The Check if channel is empty and return nothing if it is? |
Yep validating this on startup (and otherwise crashing hard immediately) sounds best! |
Translated! :) |
🎉 This issue has been resolved in version 0.1.0 🎉 |
TypeError: Cannot read properties of undefined (reading 'send')
at Module.execute (file:///usr/src/bot/src/events/guildMemberAdd.js:64:25)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered: