philipp
philipp
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
No description
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
Okay, that did work
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
Code:
let user = message.author;
if (!user) { return message.edit(":x: Unknown user!") }
let embed = new Discord.MessageEmbed()
.setTitle("**Userinfo**")
.setColor("#00D4FF")
.setThumbnail(user.avatarURL)
.setDescription("Username - **" + user.username + "**\nDiscrim - **" + user.discriminator + "**\nID - **" + user.id + "**\nStatus - **" + user.presence.status + "**\n")
.setFooter({text: "Quelle: Discord"});
//send the embed
message.channel.send({embeds: [embed]});
}
});
let user = message.author;
if (!user) { return message.edit(":x: Unknown user!") }
let embed = new Discord.MessageEmbed()
.setTitle("**Userinfo**")
.setColor("#00D4FF")
.setThumbnail(user.avatarURL)
.setDescription("Username - **" + user.username + "**\nDiscrim - **" + user.discriminator + "**\nID - **" + user.id + "**\nStatus - **" + user.presence.status + "**\n")
.setFooter({text: "Quelle: Discord"});
//send the embed
message.channel.send({embeds: [embed]});
}
});
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
@ʎǝɹquoɯ I'm trying to send my code and the error. Server blocks the message, could i send you that via DM?
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
I already closed my Mac Right now, will Send it tomorrow
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
No
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 1/5/2024 in #djs-questions
"Cannot send empty Message" but its an valid embed
Thats the only thing i Send
13 replies
DIAdiscord.js - Imagine an app
Created by philipp on 12/25/2023 in #djs-questions
edit existing Embed
i will try and Tell you my Finals
6 replies
DIAdiscord.js - Imagine an app
Created by philipp on 12/25/2023 in #djs-questions
edit existing Embed
Ach Gott it
6 replies
DIAdiscord.js - Imagine an app
Created by philipp on 12/25/2023 in #djs-questions
edit existing Embed
ActionRowBuilder? I want to edit Like the Description of the existing Embed
6 replies