sylla
sylla
DIAdiscord.js - Imagine an app
Created by yujin/winter arc on 10/28/2024 in #djs-questions
title embed text forms
^
17 replies
DIAdiscord.js - Imagine an app
Created by yujin/winter arc on 10/28/2024 in #djs-questions
title embed text forms
something like this:
async execute(interaction, bot) {
const embed = new EmbedBuilder()
.setDescription(“# __bot uptime:__”)

await interaction.reply({ embeds: [embed]});
}
async execute(interaction, bot) {
const embed = new EmbedBuilder()
.setDescription(“# __bot uptime:__”)

await interaction.reply({ embeds: [embed]});
}
17 replies
DIAdiscord.js - Imagine an app
Created by yujin/winter arc on 10/28/2024 in #djs-questions
title embed text forms
No description
17 replies
DIAdiscord.js - Imagine an app
Created by yujin/winter arc on 10/28/2024 in #djs-questions
title embed text forms
itll look like this
17 replies
DIAdiscord.js - Imagine an app
Created by yujin/winter arc on 10/28/2024 in #djs-questions
title embed text forms
heres an alternative: put the text at the top of the description instead
17 replies