mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
typings(Constants): add ApplicationCommandTypes to Constants (#6398)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2253,6 +2253,7 @@ export const Constants: {
|
|||||||
PrivacyLevels: typeof PrivacyLevels;
|
PrivacyLevels: typeof PrivacyLevels;
|
||||||
WebhookTypes: typeof WebhookTypes;
|
WebhookTypes: typeof WebhookTypes;
|
||||||
PremiumTiers: typeof PremiumTiers;
|
PremiumTiers: typeof PremiumTiers;
|
||||||
|
ApplicationCommandTypes: typeof ApplicationCommandTypes;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const version: string;
|
export const version: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user