The Specialist
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
Works now 🙂
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
thank you
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
I did the same thing right below it 💀
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
I'll send it in a sec
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
Cuz that's giving me an error
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/18/2024 in #djs-questions
Send regular text in a message with an embed
Like this?
await channel.send({ '<@&1234293384462467123>', embeds: [SSUEmbed] })
10 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/13/2024 in #djs-questions
"Cannot read properties of undefined (reading 'guilds')
Ah I see what I did now. That makes complete sense. Thank you for putting up with my nonsense. 😂
7 replies
DIAdiscord.js - Imagine an app
•Created by The Specialist on 5/13/2024 in #djs-questions
"Cannot read properties of undefined (reading 'guilds')
Ok I removed that part. So now it's giving me this error:
/Users/XXXXX/Documents/SRP Helper/events/ready.js:2
const Guild = client.guilds.cache.get('1215384838526472212');
^
ReferenceError: client is not defined
at Object.<anonymous> (/Users/XXXXX/Documents/SRP Helper/events/ready.js:2:15)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object.<anonymous> (/Users/XXXXX/Documents/SRP Helper/index.js:31:16)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
Node.js v20.13.1
7 replies