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()
|
||||
.setColor(0x0099FF)
|
||||
.setTitle(`Help`)
|
||||
.addFields(
|
||||
{ name: 'General Commands', value: `${generalCommandText}` },
|
||||
.setTitle(`Help`)
|
||||
.setDescription(`**General Commands**\n\n${generalCommandText}`)
|
||||
.addFields(
|
||||
{ name: 'Paid Commands', value: `${paidCommandText}` }
|
||||
)
|
||||
await interaction.reply({ embeds: [helpEmbed], ephemeral: true });
|
||||
|
||||
Reference in New Issue
Block a user