feat(Browser): remove browser � (#5113)

This commit is contained in:
Noel
2020-12-14 13:56:16 +01:00
committed by GitHub
parent 5c4547e84d
commit 0a591a9697
22 changed files with 895 additions and 3735 deletions

2
typings/index.d.ts vendored
View File

@@ -324,7 +324,6 @@ declare module 'discord.js' {
keywords: string[];
bugs: { url: string };
repository: { type: string; url: string };
browser: { [key: string]: boolean };
scripts: { [key: string]: string };
engines: { [key: string]: string };
dependencies: { [key: string]: string };
@@ -332,7 +331,6 @@ declare module 'discord.js' {
devDependencies: { [key: string]: string };
[key: string]: any;
};
browser: boolean;
DefaultOptions: ClientOptions;
UserAgent: string | null;
Endpoints: {