fix: componentcontext export

This commit is contained in:
MARCROCK22 2024-05-10 20:37:27 -04:00
parent 23422cadfa
commit c3866146e5

View File

@ -21,7 +21,7 @@ export type MessageComponents =
export type ActionRowMessageComponents = Exclude<MessageComponents, TextInputComponent>;
export * from './componentcommand';
export * from './componentcommand';
export * from './componentcontext';
export * from './modalcommand';
export * from './modalcontext';