alex
alex
DIAdiscord.js - Imagine an app
Created by alex on 11/25/2023 in #djs-questions
I added sharding to my bot and it broke the some commands
thanka
7 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
for some reason it can't read the title at all it might just be a bug
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
@monbrey thanks for your help.
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
wait 😅 I fixed it some how
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
Okay so it console.log(message.embeds[0].description); but still returns with an new error TypeError: Cannot read properties of undefined (reading 'title') I don't get it
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
oops
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
the code I'm trying to run:
console.log(message.embeds[0].description);
console.log(message.embeds[0].description);
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
GatewayIntentBits.Guilds,
GatewayIntentBits.DirectMessages,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.MessageContent,
GatewayIntentBits.Guilds,
GatewayIntentBits.DirectMessages,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.MessageContent,
my intents
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
thats weird
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
messageCreate
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
the title and description
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
now I get this
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
TypeError: Cannot read properties of undefined (reading 'description')
TypeError: Cannot read properties of undefined (reading 'description')
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
Could I read a webhook embed the same way?
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
oh
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
When I do that I get
Message from @a.lex0 deleted in <#1008203885497815080>.
It was sent on <t:1660616679>.
null
node:events:491
throw er; // Unhandled 'error' event
^

TypeError: Cannot read properties of undefined (reading 'title')
Message from @a.lex0 deleted in <#1008203885497815080>.
It was sent on <t:1660616679>.
null
node:events:491
throw er; // Unhandled 'error' event
^

TypeError: Cannot read properties of undefined (reading 'title')
38 replies
DIAdiscord.js - Imagine an app
Created by alex on 8/17/2022 in #djs-questions
messageCreate embed content
thank you.
38 replies