Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso authored Dec 29, 2023
1 parent 343651e commit 1827603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/ButtonCommands/verification/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const log = async (
icon_url: cmd.user.displayAvatarURL({ size: 4096 }),
},
description: language.verification.log.start(cmd.user),
timestamp: new Date(Date.now()).toISOString(),
timestamp: new Date().toISOString(),
color: CT.Colors.Loading,
},
],
Expand Down

0 comments on commit 1827603

Please sign in to comment.