mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
fix(Gateway): Export interface (#10060)
* fix(types): export missing `Gateway` interface * docs(Gateway): update link to `WebSocketManager`
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './api/index.js';
|
||||
export * from './client.js';
|
||||
export * from './Gateway.js';
|
||||
export * from './util/index.js';
|
||||
|
||||
export * from 'discord-api-types/v10';
|
||||
|
||||
Reference in New Issue
Block a user