Skip to content

Commit

Permalink
Remove Constants indexers in typings (abalabahaha#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsshieh authored Nov 29, 2020
1 parent 6c6abb6 commit 18229fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ declare namespace Eris {
INTEGRATION_CREATE: 80;
INTEGRATION_UPDATE: 81;
INTEGRATION_DELETE: 82;
[key: string]: number;
};
ChannelTypes: {
GUILD_TEXT: 0;
Expand All @@ -918,7 +917,6 @@ declare namespace Eris {
GUILD_CATEGORY: 4;
GUILD_NEWS: 5;
GUILD_STORE: 6;
[key: string]: number;
};
GATEWAY_VERSION: 6;
GatewayOPCodes: {
Expand All @@ -936,13 +934,11 @@ declare namespace Eris {
HEARTBEAT_ACK: 11;
SYNC_GUILD: 12;
SYNC_CALL: 13;
[key: string]: number;
};
ImageFormats: ["jpg", "jpeg", "png", "webp", "gif"];
ImageSizeBoundaries: {
MAXIMUM: 4096;
MINIMUM: 16;
[key: string]: number;
};
Intents: {
guilds: 1;
Expand All @@ -960,22 +956,19 @@ declare namespace Eris {
directMessages: 4096;
directMessageReactions: 8192;
directMessageTyping: 16384;
[key: string]: number;
};
MessageActivityTypes: {
JOIN: 1;
SPECTATE: 2;
LISTEN: 3;
JOIN_REQUEST: 5;
[key: string]: number;
};
MessageFlags: {
CROSSPOSTED: 0;
IS_CROSSPOST: 2;
SUPPRESS_EMBEDS: 4;
SOURCE_MESSAGE_DELETED: 8;
URGENT: 16;
[key: string]: number;
};
MessageTypes: {
DEFAULT: 0;
Expand All @@ -996,7 +989,6 @@ declare namespace Eris {
GUILD_DISCOVERY_REQUALIFIED: 15;
GUILD_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING: 16;
GUILD_DISCOVERY_GRACE_PERIOD_FINAL_WARNING: 17;
[key: string]: number;
};
Permissions: {
createInstantInvite: 1;
Expand Down Expand Up @@ -1034,7 +1026,6 @@ declare namespace Eris {
allGuild: 2080899263;
allText: 805829714;
allVoice: 871367441;
[key: string]: number;
};
REST_VERSION: 7;
SystemJoinMessages: [
Expand Down Expand Up @@ -1067,7 +1058,6 @@ declare namespace Eris {
BUG_HUNTER_LEVEL_2: 16384;
VERIFIED_BOT: 65536;
VERIFIED_BOT_DEVELOPER: 131072;
[key: string]: number;
};
VoiceOPCodes: {
IDENTIFY: 0;
Expand All @@ -1081,7 +1071,6 @@ declare namespace Eris {
HELLO: 8;
RESUMED: 9;
DISCONNECT: 13;
[key: string]: number;
};
}

Expand Down

0 comments on commit 18229fe

Please sign in to comment.