Skip to content

Commit

Permalink
remove id
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlauer-Hax committed Jun 11, 2023
1 parent 0ed1fa0 commit 17b2e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export async function handleInteraction(interaction: Interaction, db: DB) {
authorid: message.author.id,
content: message.content,
timestamp: message.createdTimestamp,
id: message.id,
avatar: message.author.displayAvatarURL(),
};
if (message.attachments.size > 0) {
Expand Down

0 comments on commit 17b2e3e

Please sign in to comment.