mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
refactor: import timers, process, and Buffer from node: (#7157)
Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com> Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const { setInterval } = require('node:timers');
|
||||
const { Events, ThreadChannelTypes, SweeperKeys } = require('./Constants');
|
||||
const { TypeError } = require('../errors/DJSError.js');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user