mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
refactor(typings): general cleanup (#6047)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/// <reference path="index.d.ts" />
|
||||
|
||||
import {
|
||||
Client,
|
||||
Collection,
|
||||
@@ -14,7 +12,7 @@ import {
|
||||
Serialized,
|
||||
ShardClientUtil,
|
||||
ShardingManager,
|
||||
} from 'discord.js';
|
||||
} from '..';
|
||||
|
||||
const client: Client = new Client({
|
||||
intents: Intents.NON_PRIVILEGED,
|
||||
|
||||
Reference in New Issue
Block a user