muffin.
muffin.
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
The theme is "Coding Time"
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
its replit
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
Its not VScode
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
so thank you so much for you help
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
but uh the API is not working
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
well the code now works, thank you
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
i feel kinda dumb for forgetting that
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
No description
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
well that also didnt work
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
so ${earthquakeData.mag} ?
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
the values must be strings?
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
what do you mean?
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
even though the magnitude does have a value
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
and it still gives the same error
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
well I removed them completely
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
well thats a problem with the API I am using
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
yeah
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
so the city and districts are empty
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
No description
73 replies
DIAdiscord.js - Imagine an app
Created by muffin. on 12/23/2023 in #djs-questions
'MessageEmbed' is declared but its value is never read.
.addFields(
{ name: 'Magnitude', value: earthquakeData.mag, inline: true },
{ name: 'City', value: earthquakeData.city, inline: true },
{ name: 'District', value: earthquakeData.dist, inline: true }
)
.addFields(
{ name: 'Magnitude', value: earthquakeData.mag, inline: true },
{ name: 'City', value: earthquakeData.city, inline: true },
{ name: 'District', value: earthquakeData.dist, inline: true }
)
73 replies