-
Notifications
You must be signed in to change notification settings - Fork 0
Util.snowflake()
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
turns a date into a snowflake
type: Function
arguments:
- date
Date
let dt = new Date("2018-11-28T09:01:00.000Z"); // November 28, 2018
util.snowflake(dt); // 517263631319040000
π Client |
π AddonService |
π AttachmentService |
π ChannelService |
π CommandService |
π ComponentService |
π ErrorService |
π EventService |
π ExpressionService |
π GuildService |
π LogService |
π MessageService |
π PermissionService |
π RoleService |
π StorageService |
π TypeService |
π UserService |
π UtilService |
π VoiceService |