Fix for #40
- Moved general commands to the description for higher character limit
This commit is contained in:
@@ -49,9 +49,9 @@ module.exports = {
|
|||||||
|
|
||||||
const helpEmbed = new EmmeliaEmbedBuilder()
|
const helpEmbed = new EmmeliaEmbedBuilder()
|
||||||
.setColor(0x0099FF)
|
.setColor(0x0099FF)
|
||||||
.setTitle(`Help`)
|
.setTitle(`Help`)
|
||||||
.addFields(
|
.setDescription(`**General Commands**\n\n${generalCommandText}`)
|
||||||
{ name: 'General Commands', value: `${generalCommandText}` },
|
.addFields(
|
||||||
{ name: 'Paid Commands', value: `${paidCommandText}` }
|
{ name: 'Paid Commands', value: `${paidCommandText}` }
|
||||||
)
|
)
|
||||||
await interaction.reply({ embeds: [helpEmbed], ephemeral: true });
|
await interaction.reply({ embeds: [helpEmbed], ephemeral: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user