chore: Remove unnecessary comments from profile command, trade interaction handler, inventory service, and scheduler.

This commit is contained in:
syntaxbullet
2025-12-13 14:28:36 +01:00
parent d34e872133
commit f96d81f8a3
4 changed files with 2 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ export const profile = createCommand({
const attachment = new AttachmentBuilder(cardBuffer, { name: 'student-id.png' });
await interaction.editReply({ files: [attachment] }); // Send mostly just the image as requested, or maybe both? User said "show that user's student id". Image is primary.
await interaction.editReply({ files: [attachment] });
}
});