Skip to content

Commit

Permalink
chore: reexport classes in djs types
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Feb 2, 2022
1 parent 3ff6c07 commit 9cbf0ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4615,8 +4615,6 @@ export interface MessageMentionOptions {

export type MessageMentionTypes = 'roles' | 'users' | 'everyone';

export { Embed };

export interface MessageOptions {
tts?: boolean;
nonce?: string | number;
Expand Down Expand Up @@ -5216,8 +5214,13 @@ export {
export {
ActionRow,
ButtonComponent,
UnsafeButtonComponent,
SelectMenuComponent,
UnsafeSelectMenuComponent,
SelectMenuOption,
UnsafeSelectMenuOption,
ActionRowComponent,
Embed,
UnsafeEmbed,
} from '@discordjs/builders';
export { DiscordAPIError, HTTPError, RateLimitError } from '@discordjs/rest';

0 comments on commit 9cbf0ad

Please sign in to comment.