mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
feat(Browser): remove browser � (#5113)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user