Idyst
Idyst
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
or day
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
thanks mate, have a nice night
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
should i mark the post as solved?
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
I appreciate the help ,thanks so much I am going to update djs now
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
ohhh looks like the capital letters matter, I didn't know that
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
No description
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
i see
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
i will update it
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
the change in the if helped, I can't use the method isAutocomplete because it is not function maybe because of djs version but just autocomplete works
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
the only thing which i found is to ignore the error but that is not very good solution
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
thanks for that tip
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
so like
if (!interaction.type == 2) return;
if (!interaction.type == 2) return;
to
if (interaction.type !== 2) return;
if (interaction.type !== 2) return;
?
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
https://sourceb.in/Lq2EtFVyWy i have done check for autocomplete
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
No description
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
I did few tests and noticed that this happens when I replace .value to like getString and etc
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
i am very confused
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
i don't get why when i open the field which should pop up autocomplete suggestions it instantly execute the code and goes directly to line 242, like before it wasn't like that
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
i see, tomorrow i will see what i can do to fix my issue
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
damn this autocomplete is so strange old non slash commands were easier ;d
46 replies
DIAdiscord.js - Imagine an app
Created by Idyst on 1/28/2024 in #djs-questions
TypeError: Cannot read properties of null (reading 'value') - [email protected]
46 replies