refactor(typings): general cleanup (#6047)

This commit is contained in:
Jan
2021-07-05 13:55:06 +02:00
committed by GitHub
parent e3d877d542
commit 676118ab0f
3 changed files with 4458 additions and 4485 deletions

View File

@@ -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,