Skip to content

Commit

Permalink
Update src/callsystems/tests/cuts.js
Browse files Browse the repository at this point in the history
Co-authored-by: Arti <59352535+artifishvr@users.noreply.github.com>
  • Loading branch information
daniwasonline and artifishvr authored May 31, 2024
1 parent 0863b95 commit c432d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callsystems/tests/cuts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Callsystem } from "../../lib/callsystems/index.js";
// from https://github.com/prathercc/date-to-discord-snowflake/blob/main/index.js
const generateSnowflake = (date = new Date()) =>
((BigInt(date.valueOf()) - BigInt(1420070400000)) << BigInt(22)).toString();

Expand Down

0 comments on commit c432d25

Please sign in to comment.