forked from syntaxbullet/AuroraBot-discord
chore: Remove unnecessary comments from profile command, trade interaction handler, inventory service, and scheduler.
This commit is contained in:
@@ -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] });
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user