Skip to content

Commit

Permalink
Avoid titling embed to fit more debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf authored Jan 7, 2025
1 parent 61a36ee commit 574523f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions events/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default async (client, info) => {
if (!debugChannel) debugChannel = await client.channels.fetch(debugChannelID);
// Build embed
let debugEmbed = new EmbedBuilder()
.setTitle("Debug")
.setColor(globalVars.embedColor)
.setDescription(description);
// Fill fields
Expand All @@ -36,4 +35,4 @@ export default async (client, info) => {
};
// Send embed
return debugChannel.send({ embeds: [debugEmbed] });
};
};

0 comments on commit 574523f

Please sign in to comment.