mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
build: switch to bundler moduleResolution
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { setTimeout as sleep } from 'node:timers/promises';
|
||||
import { Collection } from '@discordjs/collection';
|
||||
import { AsyncQueue } from '@sapphire/async-queue';
|
||||
import type { IIdentifyThrottler } from './IIdentifyThrottler';
|
||||
import type { IIdentifyThrottler } from './IIdentifyThrottler.js';
|
||||
|
||||
/**
|
||||
* The state of a rate limit key's identify queue.
|
||||
|
||||
Reference in New Issue
Block a user